We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869704b commit 2d4663eCopy full SHA for 2d4663e
grunt.js
@@ -125,7 +125,7 @@ module.exports = function( grunt ) {
125
});
126
127
// Default grunt.
128
- grunt.registerTask( "default", "submodules selector build:*:* lint min dist:* compare_size" );
+ grunt.registerTask( "default", "selector build:*:* lint min dist:*" );
129
130
// Short list as a high frequency watch task
131
grunt.registerTask( "dev", "selector build:*:* lint" );
0 commit comments