Created
November 26, 2013 14:26
-
-
Save tjvantoll/7659181 to your computer and use it in GitHub Desktop.
README diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/README.md b/README.md | |
index 9731e95..7c730ce 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: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment