You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the bundle configuration file must be loaded by gulp.src (and then get loaded again... #3). File based configuration should be kept as an option (allows for some flexibility in tooling), but providing an object as the bundle definition source is a must. It would allow the UserFrosting build process to be greatly simplified, and faster (less IO and jumping between Gulp tasks).
The text was updated successfully, but these errors were encountered:
Currently the bundle configuration file must be loaded by
gulp.src
(and then get loaded again... #3). File based configuration should be kept as an option (allows for some flexibility in tooling), but providing an object as the bundle definition source is a must. It would allow the UserFrosting build process to be greatly simplified, and faster (less IO and jumping between Gulp tasks).The text was updated successfully, but these errors were encountered: