]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
drop htmlhint given htmllint gives us most of the coverage we need here
authorMark Otto <markdotto@gmail.com>
Mon, 29 May 2017 18:15:43 +0000 (11:15 -0700)
committerMark Otto <markd.otto@gmail.com>
Tue, 30 May 2017 06:32:28 +0000 (23:32 -0700)
CHANGELOG.md [deleted file]
build/.htmlhintrc [deleted file]
package.json

diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644 (file)
index 7b60d7c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Bootstrap uses [GitHub's Releases feature](https://github.com/blog/1547-release-your-software) for its changelogs.
-
-See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap.
-
-Release announcement posts on [the official Bootstrap blog](https://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release.
diff --git a/build/.htmlhintrc b/build/.htmlhintrc
deleted file mode 100644 (file)
index dff2e80..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "alt-require": true,
-  "attr-lowercase": true,
-  "attr-no-duplication": true,
-  "attr-unsafe-chars": true,
-  "attr-value-double-quotes": true,
-  "doctype-first": true,
-  "doctype-html5": true,
-  "id-class-value": true,
-  "id-unique": true,
-  "space-tab-mixed-disabled": true,
-  "spec-char-escape": true,
-  "src-not-empty": true,
-  "tag-pair": true,
-  "tagname-lowercase": true,
-  "title-require": true
-}
index ff331185f43d22f9afb8049e2f04a940909889e0..8816c1bd11dc7c728b2c5c2a6dfb15b0f25743db 100644 (file)
@@ -42,7 +42,7 @@
     "js-launch-cloud": "ruby -r webrick -e \"s = WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd, :Logger => WEBrick::Log.new('/dev/null'), :AccessLog => []); trap('INT') { s.shutdown }; s.start\" & grunt saucelabs-qunit",
     "js-test-cloud": "npm-run-all js-test-dep js-launch-cloud",
     "docs": "npm-run-all docs-compile docs-lint",
-    "docs-lint": "htmlhint --config build/.htmlhintrc _gh_pages/ js/tests/visual/ && htmllint --rc build/.htmllintrc _gh_pages/*.html _gh_pages/**/*.html js/tests/visual/*.html",
+    "docs-lint": "htmllint --rc build/.htmllintrc _gh_pages/*.html _gh_pages/**/*.html js/tests/visual/*.html",
     "docs-compile": "bundle exec jekyll build",
     "docs-serve": "bundle exec jekyll serve",
     "docs-github": "shx echo 'github: true' > $npm_config_tmp/twbsconfig.yml && npm run docs-compile -- --config _config.yml,$npm_config_tmp/twbsconfig.yml && shx rm $npm_config_tmp/twbsconfig.yml",
@@ -80,7 +80,6 @@
     "babel-preset-es2015": "^7.0.0-alpha.7",
     "clean-css-cli": "^4.0.12",
     "eslint": "^3.19.0",
-    "htmlhint": "^0.9.13",
     "htmllint-cli": "^0.0.6",
     "node-sass": "^4.5.2",
     "nodemon": "^1.11.0",