diff options
| author | XhmikosR <[email protected]> | 2018-08-12 23:16:49 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-08-12 23:42:01 +0300 |
| commit | 34199be5ecd26b91e534faa7a6c9ea6b9b2819b4 (patch) | |
| tree | 5d69c3ff6dfb07da41a65eb0c38b5b1c6a5a4686 | |
| parent | b442ce3130808dc28fe897f610bef1e9ab9c792f (diff) | |
| download | bootstrap-34199be5ecd26b91e534faa7a6c9ea6b9b2819b4.tar.xz bootstrap-34199be5ecd26b91e534faa7a6c9ea6b9b2819b4.zip | |
Revert "broken link checker: check external links too."
This reverts commit 9e5ec00d50e4b89ff8496425fff1a5a1011b440d.
Unfortunately, we are getting too many timeouts.
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5676cd673..608077e08 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", |
