Don't check for broken links anymore
This commit is contained in:
parent
8a1cae3f64
commit
e80b80652e
3 changed files with 0 additions and 972 deletions
962
package-lock.json
generated
962
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -7,7 +7,6 @@
|
||||||
},
|
},
|
||||||
"author": "Jake Howard <git@theorangeone.net>",
|
"author": "Jake Howard <git@theorangeone.net>",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"broken-link-checker-local": "0.2.0",
|
|
||||||
"eslint-config-dabapps": "github:dabapps/eslint-config-dabapps#v3.0.0",
|
"eslint-config-dabapps": "github:dabapps/eslint-config-dabapps#v3.0.0",
|
||||||
"markdown-spellcheck": "1.3.1",
|
"markdown-spellcheck": "1.3.1",
|
||||||
"node-sass": "4.9.0",
|
"node-sass": "4.9.0",
|
||||||
|
|
|
@ -9,12 +9,3 @@ eslint $STATIC_SRC/js
|
||||||
yamllint data/*.yml
|
yamllint data/*.yml
|
||||||
yamllint config.yml
|
yamllint config.yml
|
||||||
mdspell --en-gb -ranx 'content/**/*.md'
|
mdspell --en-gb -ranx 'content/**/*.md'
|
||||||
|
|
||||||
blcl -ro ./public/ \
|
|
||||||
--exclude "open.spotify.com"\
|
|
||||||
--exclude "p.scdn.co"\
|
|
||||||
--exclude "html5up.net"\
|
|
||||||
--exclude "staticflickr.com"\
|
|
||||||
--exclude "twitter.com/intent"\
|
|
||||||
--exclude "facebook.com/sharer"\
|
|
||||||
--exclude "reddit.com/submit"
|
|
||||||
|
|
Loading…
Reference in a new issue