Skip to content

Commit 91d5764

Browse files
committed
No ticket: compare_size returns!
(remember to `npm install`)
1 parent 5c82d36 commit 91d5764

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ module.exports = function( grunt ) {
491491
grunt.loadNpmTasks("grunt-contrib-uglify");
492492

493493
// Default grunt
494-
grunt.registerTask( "default", [ "update_submodules", "selector", "build:*:*", "jshint", "uglify", "dist:*" ] );
494+
grunt.registerTask( "default", [ "update_submodules", "selector", "build:*:*", "jshint", "uglify", "dist:*", "compare_size" ] );
495495

496496
// Short list as a high frequency watch task
497497
grunt.registerTask( "dev", [ "selector", "build:*:*", "jshint" ] );

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"dependencies": {},
2525
"devDependencies": {
26-
"grunt-compare-size": "0.3.1",
26+
"grunt-compare-size": "~0.4.0",
2727
"grunt-git-authors": "1.0.0",
2828
"grunt-update-submodules": "0.2.0",
2929
"grunt-contrib-watch": "0.1.4",

0 commit comments

Comments
 (0)