Grunt / scss / compass
Prep: Your machine or server will need nodeJS and Grunt installed globally before doing the following.
#The Setup
- clone this project to your machine or server
- install the dependencies from package.json - from the project root
npm install
- run default grunt tasks defined in Gruntfile.js
grunt
- open your site on
http://localhost:8000/
- Now your saves will trigger livereload. Probably cant have this in our environment. but it is cool :) .... if everything is working you can test it by changing a scss file and note the differnce on index.html
-
when ready for production run
grunt build
to turn on minification and other launch tasks