gulpfile.js
2.58 KB
-
Packaging RequireJS Dependencies · ae6ece31
RequireJS is used normally (dependencies loaded individually) in development. Flipping the RJS_OPTIMIZATION_ENABLED bit and running r.js (before compress) will result in all dependencies being bundled and downloaded together.
Clinton Blackburn committed