We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb9ab7 commit d2e9e6cCopy full SHA for d2e9e6c
grunt.js
@@ -140,7 +140,7 @@ grunt.initConfig({
140
},
141
min: minify,
142
cssmin: minifyCSS,
143
- html: {
+ htmllint: {
144
all: ["demos/**/*.html", "tests/**/*.html"]
145
146
copy: {
package.json
@@ -29,7 +29,7 @@
29
"grunt": "0.3.9",
30
"grunt-css": "0.1.1",
31
"grunt-compare-size": "0.1.1",
32
- "grunt-html": "0.1.x",
+ "grunt-html": "0.1.1",
33
"request": "2.9.153",
34
"rimraf": "2.0.1"
35
0 commit comments