An example showing how Grunt.js can watch and compile Sass content. Requires Ruby, Sass and Node.js.
To get started, install Ruby: http://www.rubyinstaller.org/
Then Sass: http://sass-lang.com/install#install-ruby-windows
Then Node.js: http://nodejs.org/download/
Then clone the repo:
git clone git@github.com:donovanh/grunt-example.git
(This will create a folder called grunt-example)
Navigate into this folder then install the dependencies:
cd grunt-example
npm install
Then run the grunt process:
grunt
You should then be able to edit the main.sass file and see the grunt process automatically catch changes in the terminal.