Search code examples
gruntjsbowerbower-install

Grunt - Change bower components directory?


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.


Solution

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