From: Scott González Date: Mon, 21 May 2012 12:39:44 +0000 (-0400) Subject: Readme: More docs about grunt. X-Git-Tag: 1.9.0-beta.1~152 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eccd622a4de377d0e4f6f1ed73c1afd8f4fb6964;p=jquery-ui.git Readme: More docs about grunt. --- 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 ---