- nodejs (npm) - http://nodejs.org/
- grunt - http://gruntjs.com/
- ruby - https://www.ruby-lang.org/
- sass - https://rubygems.org/gems/sass/
-
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 -
Close "Node.js command prompt".
-
Open "Node.js command prompt" on project's, them enter the following commands:
$ npm install $ grunt
First you need to install the proper node modules using npm install. Then to have grunt start watching for changes, run grunt dev