- Install
bower
by following instruction at bower.io - Make
bower
knows where should it keeps downloaded/installed packages- Create
.bowerrc
at the root of project directory with the following content:
- Create
{
"directory": "vendor/bower_components"
}
This will tell bower
to use vendor/bower_components
as its default directory
- Put
.bowerrc
in.gitignore
file