1
Fork 0

Don't check for broken links anymore

This commit is contained in:
Jake Howard 2018-08-15 19:14:48 +01:00
parent 8a1cae3f64
commit e80b80652e
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 0 additions and 972 deletions

962
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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",

View file

@ -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"