Readme: More docs about grunt.

This commit is contained in:
Scott González 2012-05-21 08:39:44 -04:00
parent 44cd5d9186
commit eccd622a4d

View File

@ -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. 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. Clone the jQuery UI git repo.
`git clone git://github.com/jquery/jquery-ui.git` `git clone git://github.com/jquery/jquery-ui.git`
`cd jquery-ui` `cd jquery-ui`
Install node modules. Install node modules.
@ -51,6 +56,10 @@ Run grunt.
`grunt build` `grunt build`
There are many other tasks that can be run through grunt. For a list of all tasks:
`grunt --help`
For committers For committers
--- ---