- NPM. Open project directory in terminal and run
npm install
to install all grunt plugins. Seepackage.json
for details. - Run
bower install
to download Bower components (and their dependencies) to/bower_components
. Seebower.json
for details. - Run
grunt copyassets
to copy assets from/bower_components
to the appropriate theme directory. SeeGruntfile.js
for details.
- Run
grunt
to compile your Sass and run the watch task. SeeGruntfile.js
for details.