From 9f7e4fcf6a7f469dd30baf5cb68cc7d938ce9144 Mon Sep 17 00:00:00 2001 From: Mike Pennisi Date: Wed, 22 Aug 2012 17:40:15 -0400 Subject: [PATCH] Correct documentation of custom grunt task. Closes gh-904 --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); -- 2.39.5