Skip to content

Commit be9f2c1

Browse files
committed
README: Update build instructions to use concat tasks (instead of build)
1 parent 6d7a614 commit be9f2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ cd jquery-ui
5050
# Install the node module dependencies
5151
npm install
5252

53-
# Run the build task
54-
grunt build
53+
# Run the concat task to concatenate files
54+
grunt concat
5555

5656
# There are many other tasks that can be run through Grunt.
5757
# For a list of all tasks:

0 commit comments

Comments
 (0)