Grunt - Change bower components directory?

215 Views Asked by At

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.

1

There are 1 best solutions below

2
On BEST ANSWER

Add and use .bowerrc file to define bower_components custom path. (http://bower.io/docs/config/)