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

different watch vs bundle targets #30

Closed chmontgomery closed 10 years ago

chmontgomery commented 10 years ago

I want to define scripts or styles in such a way that what is bundled can be different than what is watched. For example, I may want the bundler to only build a single less file that acts as the entry point for all my other less files. However, I still want the watch feature to trigger for changes to any of my less files.