Bower Configuration – Change Default Directory for new Components

create a file named:

.bowerrc

Paste the following lines into that file.

{
"directory" : "public/bower_components"
}

Other configuration details can be found here.

bower config

Leave a Reply

Your email address will not be published. Required fields are marked *