Yeoman Webapp + Compass Project Template

Built with Yeoman (http://yeoman.io):

Installation

Create separate repo based on this one, then edit project name in package.json. "Autoprefixer" disabled. It cause some bugs with compass mixins. If you not planning using them, uncomment "autoprefixer" tasks.

To start, install grunt. Go to your project folder in Terminal and run:

npm install
bower intall
To run a dev server, run:
grunt serve
To build project, run:
grunt build