updated Gemfile.lock

This commit is contained in:
tomjohnson1492
2016-11-30 09:09:53 -08:00
parent 04a70f0e23
commit 1963f15a50
4 changed files with 9779 additions and 8831 deletions

View File

@@ -5,7 +5,7 @@ kill -9 $(ps aux | grep '[j]ekyll' | awk '{print $2}')
clear
echo "Building PDF-friendly HTML site for Mydoc ...";
jekyll serve --detach --config _config.yml,pdfconfigs/config_mydoc_pdf.yml;
bundle exec jekyll serve --detach --config _config.yml,pdfconfigs/config_mydoc_pdf.yml;
echo "done";
echo "Building the PDF ...";