Ensure that you have Node.js, and that grunt-cli
is installed globally. Then run npm install
.
Running the development environment
Runs the Node.js dev server and watches+compiles assets. Equivalent of running both grunt server
and grunt assets
separately:
grunt dev
Then visit http://localhost:7171
Compile assets as a one-off task
grunt build
Copyright © 2013 Michael LaCroix
MIT License