Rutwick Gangurde
Rutwick Gangurde

Reputation: 4922

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.

Upvotes: 0

Views: 204

Answers (1)

neciu
neciu

Reputation: 4495

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

Upvotes: 2

Related Questions