Skip to content
Permalink
Browse files
Run the dist task *after* minifying so we copy the new one.
  • Loading branch information
dmethvin committed Jun 12, 2012
1 parent 934a2a7 commit 6a7f249
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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" );

0 comments on commit 6a7f249

Please sign in to comment.