1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-03 12:57:08 +01:00

Merge branch 'master' into dev

This commit is contained in:
hacksalot
2018-01-25 14:48:35 -05:00
7 changed files with 75 additions and 16 deletions

1
dist/verbs/build.js vendored
View File

@ -246,6 +246,7 @@ Implementation of the 'build' verb for HackMyResume.
_opts.noTips = opts.noTips;
_opts.debug = opts.debug;
_opts.sort = opts.sort;
_opts.wkhtmltopdf = opts.wkhtmltopdf;
that = this;
_opts.onTransform = function(info) {
that.stat(HMEVENT.afterTransform, info);