gulp-requirejs-package
v1.0.6
Published
Compiles package.js files, that use RequireJS define syntax, in an effort to reduce the number of GET requests being used by your application.
Downloads
8
Maintainers
Readme
Uhoh! Project scrapped for now. RequireJS does not like when multiple define(...)
and require(...)
methods are called from within a single file. Result was errors and angular application would not load.
May be worth trying to use RequireJS Optimizer on the package.js
files to see if that compiles the components into the required format that would make it work. However, there is the concern that RequireJS Optimizer would merge too many files (going beyond just the files for the certain package/group of files).