diff options
author | Mike Pennisi <mike@mikepennisi.com> | 2012-08-22 17:40:15 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-08-22 17:40:15 -0400 |
commit | 9f7e4fcf6a7f469dd30baf5cb68cc7d938ce9144 (patch) | |
tree | 39bc357edd76ea615af8762459770b1a142fc6c4 /grunt.js | |
parent | 9e246dd7fa010f2b8e112ec5a57491167556c55a (diff) | |
download | jquery-9f7e4fcf6a7f469dd30baf5cb68cc7d938ce9144.tar.gz jquery-9f7e4fcf6a7f469dd30baf5cb68cc7d938ce9144.zip |
Correct documentation of custom grunt task. Closes gh-904
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ); |