Run the dist task *after* minifying so we copy the new one.

This commit is contained in:
Dave Methvin 2012-06-11 22:04:43 -04:00
parent 934a2a703f
commit 6a7f2492d0

View File

@ -121,7 +121,7 @@ module.exports = function( grunt ) {
}); });
// Default 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 // Short list as a high frequency watch task
grunt.registerTask( "dev", "selector build:*:* lint" ); grunt.registerTask( "dev", "selector build:*:* lint" );