Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-08-12 23:16:49 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-08-12 23:42:01 +0300
commit34199be5ecd26b91e534faa7a6c9ea6b9b2819b4 (patch)
tree5d69c3ff6dfb07da41a65eb0c38b5b1c6a5a4686 /package.json
parentb442ce3130808dc28fe897f610bef1e9ab9c792f (diff)
Revert "broken link checker: check external links too."
This reverts commit 9e5ec00d50e4b89ff8496425fff1a5a1011b440d. Unfortunately, we are getting too many timeouts.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5676cd6733..608077e089 100644
--- a/package.json
+++ b/package.json
@@ -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",