diff options
| author | Chris Rebert <[email protected]> | 2016-07-14 16:22:56 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-14 16:22:56 -0700 |
| commit | 0cf5204a48157b41420e60d8a71ac0ddbb968ab5 (patch) | |
| tree | 1f837bb61c712954ade9d1bdd212e068b1c9fe65 /package.json | |
| parent | 610a08905424d8bdf919dfbba1fcb837ad88c995 (diff) | |
| download | bootstrap-0cf5204a48157b41420e60d8a71ac0ddbb968ab5.tar.xz bootstrap-0cf5204a48157b41420e60d8a71ac0ddbb968ab5.zip | |
Add HTMLHint to the build; fixes #20297 (#20301)
[skip sauce]
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 4fe64fd59..2d6b598d2 100644 --- a/package.json +++ b/package.json @@ -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", |
