]> source.dussan.org Git - jquery-ui.git/commitdiff
Readme: More docs about grunt.
authorScott González <scott.gonzalez@gmail.com>
Mon, 21 May 2012 12:39:44 +0000 (08:39 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 21 May 2012 12:39:44 +0000 (08:39 -0400)
README.md

index aa47ea1670d57a504e6e78e918e91e0839f06911..e7ae90e8abbc26bf9e376b09d25c5d6ea252511b 100644 (file)
--- 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
 ---