mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-12-07 06:14:24 +00:00
README: Update build instructions to use concat tasks (instead of build)
This commit is contained in:
parent
6d7a61478f
commit
be9f2c1e57
@ -50,8 +50,8 @@ cd jquery-ui
|
|||||||
# Install the node module dependencies
|
# Install the node module dependencies
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
# Run the build task
|
# Run the concat task to concatenate files
|
||||||
grunt build
|
grunt concat
|
||||||
|
|
||||||
# There are many other tasks that can be run through Grunt.
|
# There are many other tasks that can be run through Grunt.
|
||||||
# For a list of all tasks:
|
# For a list of all tasks:
|
||||||
|
Loading…
Reference in New Issue
Block a user