Add HTMLHint to the build; fixes #20297 (#20301)
[skip sauce]
Showing
+21 -1
docs/.htmlhintrc
0 → 100644
... | ... | @@ -20,6 +20,7 @@ |
"change-version": "node grunt/change-version.js", | ||
"eslint": "eslint --config js/.eslintrc.json js/src", | ||
"jscs": "jscs --config=js/.jscsrc js/src js/tests/unit docs/assets/js/src grunt Gruntfile.js docs/assets/js/ie-emulation-modes-warning.js docs/assets/js/ie10-viewport-bug-workaround.js", | ||
"htmlhint": "htmlhint --config docs/.htmlhintrc _gh_pages/", | ||
"postcss": "postcss --config grunt/postcss.js --replace dist/css/*.css", | ||
"postcss-docs": "postcss --config grunt/postcss.js --no-map --replace docs/assets/css/docs.min.css && postcss --config grunt/postcss.js --no-map --replace docs/examples/**/*.css", | ||
"shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json", | ||
... | ... | @@ -64,6 +65,7 @@ |
"grunt-saucelabs": "^9.0.0", | ||
"grunt-scss-lint": "^0.3.8", | ||
"grunt-stamp": "^0.3.0", | ||
"htmlhint": "^0.9.13", | ||
"is-travis": "^1.0.0", | ||
"jscs": "^3.0.4", | ||
"load-grunt-tasks": "^3.4.0", | ||
... | ... |
Please register or sign in to comment