]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
broken link checker: check external links too.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 2 Aug 2018 09:32:40 +0000 (12:32 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 12 Aug 2018 18:15:55 +0000 (21:15 +0300)
It's slower, but since it runs only on Travis, we better be safe.

package.json

index 608077e08953361799886e014615bc92d9dfa565..5676cd6733da5c516a01267dee8b7fa9a6c2c279 100644 (file)
@@ -18,7 +18,7 @@
   ],
   "scripts": {
     "start": "npm-run-all --parallel watch docs-serve",
-    "blc": "blc --exclude-external --filter-level 3 --get --ordered --recursive --host-requests 4 --input http://localhost:3000/",
+    "blc": "blc --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",