From 4304166309e90917bf435e205ed8c8dd45e76262 Mon Sep 17 00:00:00 2001 From: Perry Woodin Date: Thu, 10 Nov 2016 07:58:07 -0500 Subject: [PATCH] htmlproofer ignore checks Temporarily ignore: 'ImageCheck','LinkCheck' This should be turned back on once we have the blog images. --- cibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuild.sh b/cibuild.sh index 6ad9adf..46647e5 100644 --- a/cibuild.sh +++ b/cibuild.sh @@ -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/ +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'