mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
No ticket: compare_size returns!
(remember to `npm install`)
This commit is contained in:
parent
a13cadadf6
commit
832ecdb7cb
@ -489,7 +489,7 @@ module.exports = function( grunt ) {
|
|||||||
grunt.loadNpmTasks("grunt-contrib-uglify");
|
grunt.loadNpmTasks("grunt-contrib-uglify");
|
||||||
|
|
||||||
// Default grunt
|
// Default grunt
|
||||||
grunt.registerTask( "default", [ "update_submodules", "selector", "build:*:*", "jshint", "uglify", "dist:*" ] );
|
grunt.registerTask( "default", [ "update_submodules", "selector", "build:*:*", "jshint", "uglify", "dist:*", "compare_size" ] );
|
||||||
|
|
||||||
// Short list as a high frequency watch task
|
// Short list as a high frequency watch task
|
||||||
grunt.registerTask( "dev", [ "selector", "build:*:*", "jshint" ] );
|
grunt.registerTask( "dev", [ "selector", "build:*:*", "jshint" ] );
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt-compare-size": "0.3.1",
|
"grunt-compare-size": "~0.4.0",
|
||||||
"grunt-git-authors": "1.0.0",
|
"grunt-git-authors": "1.0.0",
|
||||||
"grunt-update-submodules": "0.2.0",
|
"grunt-update-submodules": "0.2.0",
|
||||||
"grunt-contrib-watch": "0.1.4",
|
"grunt-contrib-watch": "0.1.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user