README: Update build instructions to use concat tasks (instead of build)

This commit is contained in:
TJ VanToll 2013-11-26 09:27:38 -05:00
parent 6d7a61478f
commit be9f2c1e57

View File

@ -50,8 +50,8 @@ cd jquery-ui
# Install the node module dependencies
npm install
# Run the build task
grunt build
# Run the concat task to concatenate files
grunt concat
# There are many other tasks that can be run through Grunt.
# For a list of all tasks: