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

Bumps [lodash](https://github.com/lodash/lodash) from 3.9.3 to 4.17.21. Release notes Sourced from lodash's releases. 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1 billion...

dependencies

When no files found in a given bundle stream, i.e. no files match the src glob(s) defined, log an error so that the user doesn't accidentally create a mis-configured bundle...

enhancement

I want to be able to search multiple base paths for assets referenced in my `bundle.config.json` file. For example, I have assets split up between `app/core/assets/` and a set of...

bug

Bumps [morgan](https://github.com/expressjs/morgan) from 1.7.0 to 1.9.1. Release notes *Sourced from [morgan's releases](https://github.com/expressjs/morgan/releases).* > ## 1.9.1 > * Fix using special characters in format > * deps: depd@~1.1.2 > - perf:...

dependencies

Bumps [debug](https://github.com/visionmedia/debug) from 2.2.0 to 4.1.1. Release notes *Sourced from [debug's releases](https://github.com/visionmedia/debug/releases).* > ## 4.1.1 > This backport fixes a bug in coveralls configuration as well as the `.extend()` function....

dependencies

it took me too much hours to find out, that the reason why my bundling doesn't create the file, is that the files had the wrong path. unfortunately no errors...

I can see the bundle generating different names(js,css) while i run "gulp bundle". Is is possible to keep the generated bundle name to be same or custom name, not to...

Hi, I use custom conditional browserfy transformation. In resulting bundle I have a problem to keep order of files. In example bellow I expect that jquery will go first but...

It would be great to have a bundle configuration export in ES6 style. it looks like it's required to use CommonJS style only This snipped in `bundle.config.js` doesn't work: `export...

``` warning gulp-bundle-assets > [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 warning gulp-bundle-assets > gulp-uglify > [email protected]: gulp-util is deprecated - replace it, following the...