Allow us to specify other options to pass to htmlproofer.
This commit is contained in:
parent
8157d53af0
commit
9824c3103b
|
@ -32,4 +32,4 @@ bundle exec jekyll build -s $SOURCE -d $DESTINATION --trace
|
||||||
|
|
||||||
# 3.
|
# 3.
|
||||||
msg "Proofing..."
|
msg "Proofing..."
|
||||||
time bundle exec htmlproof ./$DESTINATION --url-ignore $INGORE_HREFS
|
time bundle exec htmlproof ./$DESTINATION --url-ignore $INGORE_HREFS $@
|
||||||
|
|
Loading…
Reference in New Issue