]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Revert "broken link checker: check external links too."
authorXhmikosR <xhmikosr@gmail.com>
Sun, 12 Aug 2018 20:16:49 +0000 (23:16 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 12 Aug 2018 20:42:01 +0000 (23:42 +0300)
This reverts commit 9e5ec00d50e4b89ff8496425fff1a5a1011b440d.

Unfortunately, we are getting too many timeouts.

package.json

index 5676cd6733da5c516a01267dee8b7fa9a6c2c279..608077e08953361799886e014615bc92d9dfa565 100644 (file)
@@ -18,7 +18,7 @@
   ],
   "scripts": {
     "start": "npm-run-all --parallel watch docs-serve",
-    "blc": "blc --filter-level 3 --get --ordered --recursive --host-requests 4 --input http://localhost:3000/",
+    "blc": "blc --exclude-external --filter-level 3 --get --ordered --recursive --host-requests 4 --input http://localhost:3000/",
     "http-server": "http-server --silent -p 3000",
     "bundlesize": "bundlesize",
     "check-broken-links": "npm-run-all --parallel --race \"http-server -- _gh_pages/\" blc",