¡Esta es una revisión vieja del documento!
Each time grunt command is run it looks for a locally Grunt instance using node's require() system, so you can run grunt for any sub-folder. The configuration is in files package.json and Gruntfile.
It will prepare a web project for you. First you must install a project generator: npm install –global generator-angular@0.9.2. You will find generators at: http://yeoman.io/generators/.
Once SaSS is installed, to compile you will do: sass test.scss test.css. Probably you do not want to compile a file each time you edit it, but do it automatically. For that: sass –watch test.scss:test.css.
To install bourbon: gem install bourbon.
Then to enable it in your project, go to the folder and type: bourbon install. It will add a folder into your project which contains Bourbon files. Now you only have to import it in the sass code:
@import bourbon/bourbon
.special
@include linear-gradient(#990000, #000000);
p
color: #ccccff