Skip to content

Commit d71ad08

Browse files
committed
Grunt: Update to htmllint in default task
1 parent d2e9e6c commit d71ad08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ grunt.registerTask( "clean", function() {
509509
require( "rimraf" ).sync( "dist" );
510510
});
511511

512-
grunt.registerTask( "default", "lint csslint html qunit build compare_size" );
512+
grunt.registerTask( "default", "lint csslint htmllint qunit build compare_size" );
513513
grunt.registerTask( "sizer", "concat:ui min:dist/jquery-ui.min.js compare_size" );
514514
grunt.registerTask( "build", "concat min cssmin" );
515515
grunt.registerTask( "release", "clean build copy:dist copy:dist_min copy:dist_min_images copy:dist_css_min md5:dist zip:dist" );

0 commit comments

Comments
 (0)