dowjones / gulp-bundle-assets

Create static asset (js, css) bundles from a config file: a common interface to combining, minifying, revisioning and more
MIT License
133 stars 36 forks source link

Custom result file name #36

Closed roberto closed 9 years ago

roberto commented 9 years ago

It would be better if we could customize result files names instead of hardcoding 'bundle.result'. Even though 'bundle.result' could be the default value, so we do not break everything.

I'm thinking of something like:

bundle.results({
    fileName: 'manifest'
});
danielalves commented 9 years ago

:+1:

MarcosOcf commented 9 years ago

:+1:

tulios commented 9 years ago

:+1: It's a must have!

chmontgomery commented 9 years ago

feature landed in v2.17.0