mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Run the dist
task *after* minifying so we copy the new one.
This commit is contained in:
parent
934a2a703f
commit
6a7f2492d0
2
grunt.js
2
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" );
|
||||
|
Loading…
Reference in New Issue
Block a user