Tutorial-Grunt-TheBasics

By @CaryLandholt

Prerequisites

  • Must have Git installed
  • Must have node.js (at least v0.8.1) installed with npm (Node Package Manager)
  • Must have Grunt node package installed globally. npm install -g grunt-cli

Install

Enter the following commands in the terminal.

  1. git clone git://github.com/CaryLandholt/Tutorial-Grunt-TheBasics.git
  2. cd Tutorial-Grunt-TheBasics
  3. npm install

Compile

Enter the following command in the terminal.

grunt