diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-23 18:10:28 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-23 18:10:41 +0200 |
commit | d2e9e6c07c21b2fbcae356b565352114c4214e6f (patch) | |
tree | d83e73be6f8a00c67250b4c6b0392c7edbd45ff2 /grunt.js | |
parent | 3cb9ab723a23462d5b4e1959db267fd6d147ef40 (diff) | |
download | jquery-ui-d2e9e6c07c21b2fbcae356b565352114c4214e6f.tar.gz jquery-ui-d2e9e6c07c21b2fbcae356b565352114c4214e6f.zip |
Grunt: Update grunt-html to 0.1.1, renamed task to htmllint
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ grunt.initConfig({ }, min: minify, cssmin: minifyCSS, - html: { + htmllint: { all: ["demos/**/*.html", "tests/**/*.html"] }, copy: { |