sapegin / grunt-bower-concat

Bower components concatenator for Grunt
MIT License
220 stars 72 forks source link

Bower dev dependencies filtering #33

Closed VincentBiragnet closed 9 years ago

VincentBiragnet commented 9 years ago

The goal is to allow bower dev dependencies filtering.

I added an option : prod. If prod is set to false, dev dependencies are concatenated. In any other case, they won't be.

Hope it can be of some interest for you !

sapegin commented 9 years ago

Thanks! Sorry for the delay :sob: