We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cd5d9 commit eccd622Copy full SHA for eccd622
README.md
@@ -38,9 +38,14 @@ Building jQuery UI
38
39
jQuery UI uses the [grunt](http://github.com/cowboy/grunt) build system. Building jQuery UI requires node.js and a command line zip program.
40
41
+Install grunt.
42
+
43
+`npm install grunt -g`
44
45
Clone the jQuery UI git repo.
46
47
`git clone git://github.com/jquery/jquery-ui.git`
48
49
`cd jquery-ui`
50
51
Install node modules.
@@ -51,6 +56,10 @@ Run grunt.
56
52
57
`grunt build`
53
58
59
+There are many other tasks that can be run through grunt. For a list of all tasks:
60
61
+`grunt --help`
62
54
63
55
64
For committers
65
---
0 commit comments