- nodejs (npm) - http://nodejs.org/
- grunt - http://gruntjs.com/
- ruby - https://www.ruby-lang.org/
- sass - https://rubygems.org/gems/sass/
- git - http://git-scm.com/
- bower - http://bower.io/
-
Install Ruby.
-
Open "Start Command Prompt with Ruby", them enter the following commands:
$ gem install sass
-
Close "Start Command Prompt with Ruby".
-
Install nodejs.
-
Open "Node.js command prompt", them enter the following commands:
$ npm install -g grunt-cli $ npm install -g bower
-
Close "Node.js command prompt".
-
Install Git.
-
Open "Node.js command prompt" on project's dir, them enter the following commands:
$ npm install $ grunt build $ grunt release
-
Close "Node.js command prompt".
-
Open "Git Bash" on project's dir, them enter the following commands:
$ bower install
-
Close "Git Bash".
-
Enjoy! :)
First you need to install the proper node modules using npm install
. Then to have grunt start watching for changes, run grunt dev