Skip to content Skip to sidebar Skip to footer
Showing posts with the label Amd

Requirejs - Pass Parameters Into Module For Initialization

Possible Duplicate: How to load bootstrapped models in Backbone.js while using AMD (require.js) I… Read more Requirejs - Pass Parameters Into Module For Initialization

How Do Amd Loaders Work Under The Hood?

So I've been using require.js for while now, but I realized that I actually don't know how … Read more How Do Amd Loaders Work Under The Hood?

Creating A Reusable Requirejs Library

Given the following simplified scenario, how could I best construct my reusable component so that i… Read more Creating A Reusable Requirejs Library

Requirejs Text Plugin And Variable Concatenated String

I'm using RequireJS text plugin to load some html templates. When I passing a string literal to… Read more Requirejs Text Plugin And Variable Concatenated String

Pulling In Sinon Submodules In Browser With Amd And Webpack

I'm running into the same problem described in this question. Basically sinon only pulls in all… Read more Pulling In Sinon Submodules In Browser With Amd And Webpack

Optimize/build Modules Under Parallel Directories Using The Same Config File In Requirejs

I have a feeling that the title just might not be explanatory :) Setup Suppose that I have the foll… Read more Optimize/build Modules Under Parallel Directories Using The Same Config File In Requirejs