A project template using :
- Stylus | http://learnboost.github.io/stylus/
- CoffeeScript | http://coffeescript.org/
- Jade | http://jade-lang.com/
Select the lib you want for the project by editing : bower.json Then just type this commands:
bower install
npm install
Run the project on localhost:
grunt
Build final ( cssmin/jsmin/ etc.. ) :
grunt build
##2.0:
- grunt more clean and effiscient
- add bower
- change architecture inspired by yeoman