Fixed PDF generation scripts so they work correctly now
This commit is contained in:
@ -3,9 +3,9 @@ kill -9 $(ps aux | grep '[j]ekyll' | awk '{print $2}')
|
||||
clear
|
||||
|
||||
echo "Building PDF-friendly HTML site for Product2 ...";
|
||||
jekyll serve --detach --config _config.yml,pdfconfigs/config_product2_pdf.yml;
|
||||
bundle exec jekyll serve --detach --config _config.yml,pdfconfigs/config_product2_pdf.yml;
|
||||
echo "done";
|
||||
|
||||
echo "Building the PDF ...";
|
||||
prince --javascript --input-list=_site/pdfconfigs/prince-list.txt -o pdf/product2.pdf;
|
||||
echo "done";
|
||||
echo "done";
|
||||
|
Reference in New Issue
Block a user