curist / grunt-bower

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

Ignore Packages #15

Closed pyronaur closed 10 years ago

pyronaur commented 10 years ago
~ bower install history.js
~ grunt bower
Fail to copy lib file for history.js!

Yes. Bower packages suck sometimes and they aren't pulled in as magically as I would want them to be, that's why I concatenate all my packages manually anyway, but grunt-bower helps with a lot of packages. However, for packages that do fail this badly, I would like to be able to mute them, so - an "ignore" property would be really nice.

curist commented 10 years ago

That feature would be nice to have, pull request welcome!

curist commented 10 years ago

v0.8.0 bring an option to cope with this issue.