Skip to content
Permalink
Browse files
No ticket: compare_size returns!
(remember to `npm install`)
  • Loading branch information
gibson042 committed Mar 11, 2013
1 parent 5c82d36 commit 91d5764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -491,7 +491,7 @@ module.exports = function( grunt ) {
grunt.loadNpmTasks("grunt-contrib-uglify");

// 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
grunt.registerTask( "dev", [ "selector", "build:*:*", "jshint" ] );
@@ -23,7 +23,7 @@
],
"dependencies": {},
"devDependencies": {
"grunt-compare-size": "0.3.1",
"grunt-compare-size": "~0.4.0",
"grunt-git-authors": "1.0.0",
"grunt-update-submodules": "0.2.0",
"grunt-contrib-watch": "0.1.4",

0 comments on commit 91d5764

Please sign in to comment.