1.0.6 • Published 9 years ago

gulp-requirejs-package v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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).