Default options for script/proof (#5995)

Merge pull request 5995
This commit is contained in:
Frank Taillandier
2017-03-31 04:02:04 +02:00
committed by jekyllbot
parent 711a8483c6
commit 0d02a25b04
5 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ function msg {
printf "\e[0;37m==> $1\e[0m\n"
}
INGORE_HREFS=$(ruby -e 'puts %w{
IGNORE_HREFS=$(ruby -e 'puts %w{
Chrononaut
twitter.com
nearlyfreespeech.net
@@ -32,4 +32,4 @@ bundle exec jekyll build -s $SOURCE -d $DESTINATION --trace
# 3.
msg "Proofing..."
time bundle exec htmlproofer ./$DESTINATION --url-ignore $INGORE_HREFS $@
time bundle exec htmlproofer ./$DESTINATION --allow-hash-href --url-ignore $IGNORE_HREFS $@