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