We need to use `bundle exec jekyll` in `script/proof`

This commit is contained in:
Alfred Xing 2014-07-16 13:08:27 -07:00
parent aa3b001a04
commit b48123c1e1
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ command -v htmlproof || {
gem install html-proofer -- --use-system-libraries
}
jekyll build -s site -d _site --trace
bundle exec jekyll build -s site -d _site --trace
echo -e "\e[0;36mProofing begins now!\e[0m\n"
htmlproof ./_site