diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2012-06-11 22:04:43 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-06-11 22:04:43 -0400 |
commit | 6a7f2492d0c15c007f539d400f2e83884d42fe82 (patch) | |
tree | b86f74767c46e268cd4a1843f9dcf40afa5fc29a | |
parent | 934a2a703feff091e635cc9da5afb0f30d65d49e (diff) | |
download | jquery-6a7f2492d0c15c007f539d400f2e83884d42fe82.tar.gz jquery-6a7f2492d0c15c007f539d400f2e83884d42fe82.zip |
Run the `dist` task *after* minifying so we copy the new one.
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ); |