gulp-bundle-assets
gulp-bundle-assets copied to clipboard
Create static asset (js, css) bundles from a config file: a common interface to combining, minifying, revisioning and more
Im running into a double sourcemap issue since my gulp-sass has mappings for .scss -> .css and then the bundler has source maps from bundle -> .css. In the browser,...
Forgive me if this is a noob question, I'm a little new when it comes to Gulp. I'm wondering if it's possible to catch errors that happen during a watch....
For example, [jQuery Cookie](http://plugins.jquery.com/cookie/) always has the author comment block at the top of the file, even in the minified version. When this is passed to the bundler it seems...
So that bundle results are more flexible, we should bundle based off targets, e.g. "debug", "release", etc instead of environments. This way, an app can include the correct set of...
TODO: determine what the recommended size is given browser asset downloading constraints
e.g. allow ability to wrap a dep with a require.js `define` statement. The `bundle.config.js` could look something like this: ``` js module.exports = { bundle: { vendor: { scripts: [...