1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-02 16:30:04 +01:00

Switch to wkhtmltopdf by default.

Better fidelity for nominal use and doesn't give weak/dnode errors in
Electron.
This commit is contained in:
James Devlin 2015-09-03 17:06:30 -04:00
parent 382e013abe
commit cc0c7512d8

View File

@ -245,7 +245,7 @@ module.exports = function () {
evaluate: /\{\%(.+?)\%\}/g, evaluate: /\{\%(.+?)\%\}/g,
comment: /\{\#(.+?)\#\}/g comment: /\{\#(.+?)\#\}/g
}, },
pdf: 'all' pdf: 'wkhtmltopdf'
} }
/** /**