search results

  1. I have ended with wrapping kolite classes with define methods. Below example with command, but it will be same for others. requirejs.config({ paths: { knockout ...
    stackoverflow.com/.../how-to-load-​kolite-with-requirejs - Cached
  2. How to load koLite with requirejs? This is from knockout.dirtyFlag.js ;(function ... Is there any simple example on how to use knockout kolite to track the changes.
    stackoverflow.com/questions/tagged/​kolite - Cached
  3. Using a modular script loader like RequireJS will improve the speed and quality of your code. IE 6+ ..... compatible Firefox 2 ...
    www.requirejs.org - Cached
  4. Inside of main.js, you can use require() to load any other scripts you need to run: require([\"helper/util\"], function ... To get full advantage of RequireJS ...
    www.requirejs.org/docs/start.html - Cached
  5. RequireJS allows you to efficiently load today’s scripts but encourages a modular approach with CommonJS code sharing and nested dependency resolution.
    msdn.microsoft.com/en-us/magazine/​ff943568.aspx - Cached
    More results from msdn.microsoft.com »
  6. RequireJS API exists inside the req lang=jscriptuirejs namespace which is loaded when you load the RequireJS script. RequireJS includes three main API functions:
    www.codeproject.com/Articles/625262/​...the-RequireJS-Library - Cached
  7. A technical analysis of how to use the RequireJS optimiser to improve and optimise frontend ... Here we can see that 102 requests are made to load the ...
    blog.serverdensity.com/improving-​frontend-web... - Cached
  8. RequireJS will load backbone.js, but nothing in backbone.js registers itself as a module with RequireJS. RequireJS will throw up its hands and say something like, ...
    aaronhardy.com/javascript/...requirejs-​dependency-management - Cached
  9. By default, RequireJS can load code over the network. It’s got some advanced features here, but I’m not using them for by default.
    blog.mozilla.org/webdev/2010/08/26/​requirejs-and-juicer - Cached
  10. MooTools is a perfect match for RequireJS because of its modular structure. Let me show you how you can lazy load MooTools classes with the robust RequireJS library.
    davidwalsh.name/mootools-requirejs - Cached