aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-21 08:39:44 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-21 08:39:44 -0400
commiteccd622a4de377d0e4f6f1ed73c1afd8f4fb6964 (patch)
tree3c94394689bc1de815e1a22333359b0f9f26ec07 /README.md
parent44cd5d9186c95e50dafe6a3dfd167b547da7fefe (diff)
downloadjquery-ui-eccd622a4de377d0e4f6f1ed73c1afd8f4fb6964.tar.gz
jquery-ui-eccd622a4de377d0e4f6f1ed73c1afd8f4fb6964.zip
Readme: More docs about grunt.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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
---