config - htmlproofer ignore /forum/ path

This commit is contained in:
moocowmoo 2017-04-15 18:00:11 +00:00
parent d125dd1c47
commit 703a0f3762
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@
set -e # halt script on error
npm run build
bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/ --url-ignore /^\/binaries\/.+$/
#bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/ --url-ignore '/^\/binaries\/.+$/,/^\/forum\/?.*$/'