mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
Revert "broken link checker: check external links too."
This reverts commit 9e5ec00d50
.
Unfortunately, we are getting too many timeouts.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm-run-all --parallel watch docs-serve",
|
"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",
|
"http-server": "http-server --silent -p 3000",
|
||||||
"bundlesize": "bundlesize",
|
"bundlesize": "bundlesize",
|
||||||
"check-broken-links": "npm-run-all --parallel --race \"http-server -- _gh_pages/\" blc",
|
"check-broken-links": "npm-run-all --parallel --race \"http-server -- _gh_pages/\" blc",
|
||||||
|
Reference in New Issue
Block a user