Skip to content

Commit

Permalink
Do cache preheat in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
otherjoel committed Nov 23, 2019
1 parent 3d7b453 commit 84ebecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ all: ## Update all web content (not PDFs)
last_html.rebuild: $(core-files) template.html.p util-template.rkt pollen-local/tags-html.rkt
touch -r pollen.rkt _save_timestamp
touch pollen.rkt
raco pollen setup posts/
raco pollen setup -p posts/
raco pollen render -p -t html posts/*.poly.pm
tidy -quiet -modify -indent --wrap 0 --tidy-mark no --drop-empty-elements no posts/*.html || true
touch -r _save_timestamp pollen.rkt; rm _save_timestamp
Expand All @@ -62,7 +62,7 @@ pdfs: last_pdf.rebuild $(posts-pdf)
last_pdf.rebuild: $(core-files) template.pdf.p util-template.rkt pollen-local/tags-pdf.rkt
touch -r pollen.rkt _save_timestamp
touch pollen.rkt
raco pollen setup posts/
raco pollen setup -p posts/
raco pollen render -p -t pdf posts/*.poly.pm
touch -r _save_timestamp pollen.rkt; rm _save_timestamp
touch last_pdf.rebuild
Expand Down

0 comments on commit 84ebecf

Please sign in to comment.