diff options
-rw-r--r-- | grunt.js | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -140,7 +140,7 @@ grunt.initConfig({ }, min: minify, cssmin: minifyCSS, - html: { + htmllint: { all: ["demos/**/*.html", "tests/**/*.html"] }, copy: { diff --git a/package.json b/package.json index 5257626f0..e64bbbeb3 100644 --- a/package.json +++ b/package.json @@ -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" }, |