aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorMike Pennisi <mike@mikepennisi.com>2012-08-22 17:40:15 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-08-22 17:40:15 -0400
commit9f7e4fcf6a7f469dd30baf5cb68cc7d938ce9144 (patch)
tree39bc357edd76ea615af8762459770b1a142fc6c4 /grunt.js
parent9e246dd7fa010f2b8e112ec5a57491167556c55a (diff)
downloadjquery-9f7e4fcf6a7f469dd30baf5cb68cc7d938ce9144.tar.gz
jquery-9f7e4fcf6a7f469dd30baf5cb68cc7d938ce9144.zip
Correct documentation of custom grunt task. Closes gh-904
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 61b7b4e4b..24eda286b 100644
--- a/grunt.js
+++ b/grunt.js
@@ -225,7 +225,7 @@ module.exports = function( grunt ) {
//
// Becomes:
//
- // grunt build:*:*:-ajax:-dimensions:-effects:-offset
+ // grunt build:*:*:+ajax:-dimensions:-effects:-offset
grunt.log.writeln( "Creating custom build...\n" );