mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Readme: More docs about grunt.
This commit is contained in:
parent
44cd5d9186
commit
eccd622a4d
@ -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
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user