From be9f2c1e575199d8197d4e2d81060ee1486657b3 Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Tue, 26 Nov 2013 09:27:38 -0500 Subject: [PATCH] README: Update build instructions to use concat tasks (instead of build) --- README.md | 4 ++-- 1 file 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: