How do I change the bower_components
directory to something custom when using grunt for development? I want to set a custom folder such as scripts
for all my libraries.
Add and use .bowerrc
file to define bower_components
custom path. (http://bower.io/docs/config/)