Skip to content

Commit 2d4663e

Browse files
committed
🚑️ Grunty McGruntface
1 parent 869704b commit 2d4663e

File tree

2 files changed

+5551
-1
lines changed

2 files changed

+5551
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ module.exports = function( grunt ) {
125125
});
126126

127127
// Default grunt.
128-
grunt.registerTask( "default", "submodules selector build:*:* lint min dist:* compare_size" );
128+
grunt.registerTask( "default", "selector build:*:* lint min dist:*" );
129129

130130
// Short list as a high frequency watch task
131131
grunt.registerTask( "dev", "selector build:*:* lint" );

0 commit comments

Comments
 (0)