CaryLandholt / Tutorial-Grunt-TheBasics

Tutorial files - The Basics of Grunt

Home Page:http://www.youtube.com/watch?v=q3Sqljpr-Vc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tutorial files - The Basics of Grunt

http://www.youtube.com/watch?v=q3Sqljpr-Vc


Languages

Language:JavaScript 100.0%