aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTJ VanToll <tj.vantoll@gmail.com>2013-11-26 09:27:38 -0500
committerTJ VanToll <tj.vantoll@gmail.com>2013-11-26 09:27:38 -0500
commitbe9f2c1e575199d8197d4e2d81060ee1486657b3 (patch)
treee5eb8d844911866c2c9c2afd557dc9a7a2f9bbcc /README.md
parent6d7a61478f143b955807d357c210de8f0390f274 (diff)
downloadjquery-ui-be9f2c1e575199d8197d4e2d81060ee1486657b3.tar.gz
jquery-ui-be9f2c1e575199d8197d4e2d81060ee1486657b3.zip
README: Update build instructions to use concat tasks (instead of build)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9731e95d3..7c730cefe 100644
--- a/README.md
+++ b/README.md
@@ -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: