Scrub Bower utility
If you are obsessive and compulsive about removing Bower-installed files that aren't needed or used.
Installation:
npm install -g scrub-bower
Usage:
In your bower.json
file, append a key like so:
"dependenciesIgnore":
Refer to glob documentation for match pattern syntax.
Then, from the cwd of your bower.json
file, run this script like so:
scrub-bower --dry # see what it will delete scrub-bower # actually delete it bower install --force # recover original files