gulp-bundle-assets icon indicating copy to clipboard operation
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

Results 38 gulp-bundle-assets issues
Sort by recently updated
recently updated
newest added

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

enhancement

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

enhancement

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

bug

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

enhancement

TODO: determine what the recommended size is given browser asset downloading constraints

enhancement

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: [...

enhancement