diff options
| author | Bardi Harborow <[email protected]> | 2017-01-23 20:38:34 +1100 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2017-01-23 20:53:17 +1100 |
| commit | c5a9ebf57635cdf5096e76be961a05367edd3ddf (patch) | |
| tree | 7a879e4bb9e001ffe68d6f0f0a48a982509d1417 /package.json | |
| parent | 563926717cbc1420218796396fac06c1005447bf (diff) | |
| download | bootstrap-c5a9ebf57635cdf5096e76be961a05367edd3ddf.tar.xz bootstrap-c5a9ebf57635cdf5096e76be961a05367edd3ddf.zip | |
Move htmllint to npm script.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index ae913bbc1..4a5aac3db 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "clean-css-docs": "cleancss --skip-advanced --source-map --output docs/assets/css/docs.min.css docs/assets/css/docs.min.css", "eslint": "eslint --ignore-path .eslintignore js && eslint --config js/tests/.eslintrc.json --env node grunt Gruntfile.js && eslint --config js/tests/.eslintrc.json docs/assets/js/src docs/assets/js/ie-emulation-modes-warning.js docs/assets/js/ie10-viewport-bug-workaround.js", "htmlhint": "htmlhint --config docs/.htmlhintrc _gh_pages/", + "htmllint": "htmllint --rc docs/.htmllintrc _gh_pages/**/*.html js/tests/visual/*.html", "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", "sass": "node-sass --output-style expanded --source-map true --precision 6 scss/bootstrap.scss dist/css/bootstrap.css && node-sass --output-style expanded --source-map true --precision 6 scss/bootstrap-grid.scss dist/css/bootstrap-grid.css && node-sass --output-style expanded --source-map true --precision 6 scss/bootstrap-reboot.scss dist/css/bootstrap-reboot.css", @@ -66,11 +67,11 @@ "grunt-contrib-qunit": "^1.2.0", "grunt-contrib-watch": "^1.0.0", "grunt-exec": "^1.0.1", - "grunt-html": "^8.1.0", "grunt-jekyll": "^0.4.4", "grunt-saucelabs": "^9.0.0", "grunt-stamp": "^0.3.0", "htmlhint": "^0.9.13", + "htmllint-cli": "0.0.6", "is-travis": "^1.0.0", "load-grunt-tasks": "^3.5.2", "node-sass": "^4.1.1", |
