]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
broken-link-checker: force follow links.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 4 Nov 2018 07:59:31 +0000 (09:59 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 4 Nov 2018 13:32:59 +0000 (15:32 +0200)
After 3256a2c, blc honored robots.txt thus it didn't crawl anything.
Ignore robots.txt to work around the issue.

package.json

index 88cb127eaa1fc7a79755d140305b1d96e7a9d9a8..ae21379abc24bb3bc051a09b7912c94f799fc71f 100644 (file)
@@ -19,7 +19,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 --exclude-external --filter-level 3 --follow --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",