diff options
author | Felix Nagel <info@felixnagel.com> | 2013-07-09 22:55:35 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-07-09 22:55:35 +0200 |
commit | 05832d6b6a1e313c172a903be54e98dd46fa2b5c (patch) | |
tree | caee34ff88b3af85c8bb9bf0f03b198c3f5e8f0c /Gruntfile.js | |
parent | 009aa6a953ac0a7376baf0a7615e4c119ea59b23 (diff) | |
parent | afeaf565bb0b91c399603a0ddd82a925cabef6aa (diff) | |
download | jquery-ui-05832d6b6a1e313c172a903be54e98dd46fa2b5c.tar.gz jquery-ui-05832d6b6a1e313c172a903be54e98dd46fa2b5c.zip |
Merge branch 'master' into selectmenu
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index d069017f1..26e4a88b9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -245,7 +245,7 @@ grunt.initConfig({ }); grunt.registerTask( "default", [ "lint", "test" ] ); -grunt.registerTask( "lint", [ "jshint", "csslint", "htmllint" ] ); +grunt.registerTask( "lint", [ "asciilint", "jshint", "csslint", "htmllint" ] ); grunt.registerTask( "test", [ "qunit" ] ); grunt.registerTask( "sizer", [ "concat:ui", "uglify:main", "compare_size:all" ] ); grunt.registerTask( "sizer_all", [ "concat:ui", "uglify", "compare_size" ] ); |