htmlproofer ignore checks

Temporarily ignore: 'ImageCheck','LinkCheck'

This should be turned back on once we have the blog images.
This commit is contained in:
Perry Woodin 2016-11-10 07:58:07 -05:00
parent b8f2065a1c
commit 4304166309

View file

@ -2,4 +2,4 @@
set -e # halt script on error set -e # halt script on error
npm run build npm run build
bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/ bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/ --checks-to-ignore 'ImageCheck','LinkCheck'