From eccd622a4de377d0e4f6f1ed73c1afd8f4fb6964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 21 May 2012 08:39:44 -0400 Subject: [PATCH] Readme: More docs about grunt. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index aa47ea167..e7ae90e8a 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,14 @@ Building jQuery UI jQuery UI uses the [grunt](http://github.com/cowboy/grunt) build system. Building jQuery UI requires node.js and a command line zip program. +Install grunt. + +`npm install grunt -g` + Clone the jQuery UI git repo. `git clone git://github.com/jquery/jquery-ui.git` + `cd jquery-ui` Install node modules. @@ -51,6 +56,10 @@ Run grunt. `grunt build` +There are many other tasks that can be run through grunt. For a list of all tasks: + +`grunt --help` + For committers ---