From 6a7f2492d0c15c007f539d400f2e83884d42fe82 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Mon, 11 Jun 2012 22:04:43 -0400 Subject: [PATCH] Run the `dist` task *after* minifying so we copy the new one. --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index faf842f6e..f34e3bb7b 100644 --- a/grunt.js +++ b/grunt.js @@ -121,7 +121,7 @@ module.exports = function( grunt ) { }); // Default grunt. - grunt.registerTask( "default", "submodules selector build:*:* dist:* lint min compare_size" ); + grunt.registerTask( "default", "submodules selector build:*:* lint min dist:* compare_size" ); // Short list as a high frequency watch task grunt.registerTask( "dev", "selector build:*:* lint" );