curist / grunt-bower

grunt task to copy bower installed packages to other folder(s)
MIT License
93 stars 27 forks source link

Let also *.min.js and *.min.js.map files be copied by default (configurable by option) #53

Open crankoide opened 9 years ago

crankoide commented 9 years ago

It would be great to have also production and mapping files copied to dest by default. To select the kind(s) of files a dedicated option for specifying globbing patterns could be introduced.

ZeusIV commented 9 years ago

+1

tuckerjt07 commented 9 years ago

This would be an awesome feature to have. I know bower does not suggest putting a minifined file in the main for obvious reasons, but I believe it is ultimately safer to run the minifined as provided by the publisher than a "roll your own" version. If someone were to create the option to look for the minifined version of the main file could that feature be added?

bojidar-bg commented 8 years ago

:+1: