From 9824c3103bd7ffcc78c4a6c671a27efea5ce21e1 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 3 Nov 2016 16:26:16 -0700 Subject: [PATCH] Allow us to specify other options to pass to htmlproofer. --- script/proof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/proof b/script/proof index 8e7e899d..1dd63a28 100755 --- a/script/proof +++ b/script/proof @@ -32,4 +32,4 @@ bundle exec jekyll build -s $SOURCE -d $DESTINATION --trace # 3. msg "Proofing..." -time bundle exec htmlproof ./$DESTINATION --url-ignore $INGORE_HREFS +time bundle exec htmlproof ./$DESTINATION --url-ignore $INGORE_HREFS $@