Remove old flag which breaks htmlproof

This commit is contained in:
chrisfinazzo 2016-02-03 11:31:07 -05:00
parent 7df8f50248
commit d18769aff0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ bundle install -j8 > /dev/null || bundle install > /dev/null
# 2.
msg "Building..."
bundle exec jekyll build -s $SOURCE -d $DESTINATION --full-rebuild --trace
bundle exec jekyll build -s $SOURCE -d $DESTINATION --trace
# 3.
msg "Proofing..."