What is this
Boilerplate for Grunt >= 0.4
How to use
- Install Node.js
>= 0.8.0and Ruby - Put the package.json and Gruntfile.js in your project root
- The npm module Grunt command line interface must be installed globally
npm install -g grunt-cli - Run
npm installto install all the dev dependencies on the project directory - Use the
grunt xcommand to run what you need
Avalaible commands are
grunt jseverything related to javascriptgrunt csscompile the compass projectgrunt imgoptimize all imagesgrunt testlint the javascriptgrunt defaultruns everythinggrunt watchwatch for changesgrunt startopens the project, starts a local webserver and watch for changes- and more!