diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-05-21 08:39:44 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-21 08:39:44 -0400 |
commit | eccd622a4de377d0e4f6f1ed73c1afd8f4fb6964 (patch) | |
tree | 3c94394689bc1de815e1a22333359b0f9f26ec07 /README.md | |
parent | 44cd5d9186c95e50dafe6a3dfd167b547da7fefe (diff) | |
download | jquery-ui-eccd622a4de377d0e4f6f1ed73c1afd8f4fb6964.tar.gz jquery-ui-eccd622a4de377d0e4f6f1ed73c1afd8f4fb6964.zip |
Readme: More docs about grunt.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 --- |