donaldducky / grunt-example

An example project using Grunt

Home Page:http://pyjamacoder.com/2013/03/08/how-to-grunt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example project using Grunt

The files in this project are outlined in my blog post:

How to Grunt

Overview

This project contains:

  • package.json - to install npm modules
  • Gruntfile.js - the Grunt configuration
  • less/site.less - a sample less file

Instructions

Clone the repo:

git clone https://github.com/donaldducky/grunt-example

Install the node modules:

npm install

Run the watch script:

grunt watch

Edit the less/site.less file and watch Grunt recompile it.

Rinse and repeat!

About

An example project using Grunt

http://pyjamacoder.com/2013/03/08/how-to-grunt/


Languages

Language:JavaScript 100.0%