This is a starter project template that uses LibSass to compile Susy with Grunt. Detailed instructions on how this template is set up is found at http://www.zell-weekeat.com/grunt-sass-with-susy/
- Clone the repo
git clone https://github.com/zellwk/grunt-susy-starter.git
- Install Node dependencies
$ npm install
- Install Bower dependencies
$ bower install
The gruntfile in this project is setup to run grunt-sass
and grunt-contrib-watch
. Use the grunt
command to start the process.
$ grunt
That's it!