Skip to content

Instantly share code, notes, and snippets.

@erixtekila
erixtekila / guide.meteor-1.6.sh
Last active February 3, 2018 13:08
Meteor guide 1.6 pdf conversion wit wkhtmltopdf
wkhtmltopdf \
--dpi 300 \
--load-error-handling ignore \
http://127.0.0.1:4000/index.html \
http://127.0.0.1:4000/code-style.html \
http://127.0.0.1:4000/structure.html \
http://127.0.0.1:4000/1.6-migration.html \
http://127.0.0.1:4000/collections.html \
http://127.0.0.1:4000/data-loading.html \
http://127.0.0.1:4000/methods.html \