Skip to content

Commit eccd622

Browse files
committed
Readme: More docs about grunt.
1 parent 44cd5d9 commit eccd622

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,14 @@ Building jQuery UI
3838

3939
jQuery UI uses the [grunt](http://github.com/cowboy/grunt) build system. Building jQuery UI requires node.js and a command line zip program.
4040

41+
Install grunt.
42+
43+
`npm install grunt -g`
44+
4145
Clone the jQuery UI git repo.
4246

4347
`git clone git://github.com/jquery/jquery-ui.git`
48+
4449
`cd jquery-ui`
4550

4651
Install node modules.
@@ -51,6 +56,10 @@ Run grunt.
5156

5257
`grunt build`
5358

59+
There are many other tasks that can be run through grunt. For a list of all tasks:
60+
61+
`grunt --help`
62+
5463

5564
For committers
5665
---

0 commit comments

Comments
 (0)