Grunt: Update grunt-html to 0.1.1, renamed task to htmllint

This commit is contained in:
Jörn Zaefferer 2012-04-23 18:10:28 +02:00
parent 3cb9ab723a
commit d2e9e6c07c
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ grunt.initConfig({
},
min: minify,
cssmin: minifyCSS,
html: {
htmllint: {
all: ["demos/**/*.html", "tests/**/*.html"]
},
copy: {

View File

@ -29,7 +29,7 @@
"grunt": "0.3.9",
"grunt-css": "0.1.1",
"grunt-compare-size": "0.1.1",
"grunt-html": "0.1.x",
"grunt-html": "0.1.1",
"request": "2.9.153",
"rimraf": "2.0.1"
},