Skip to content

Commit

Permalink
Add --root
Browse files Browse the repository at this point in the history
  • Loading branch information
mixu committed Apr 26, 2016
1 parent 5235b30 commit 77af4ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/args-to-tasks.js
Expand Up @@ -207,6 +207,7 @@ function toTask(url, size, args, filename) {
css: args.css, css: args.css,
js: args.js, js: args.js,
debug: args.debug, debug: args.debug,
root: args.root,
}; };
var sizeStr = size.width + 'x' + size.height; var sizeStr = size.width + 'x' + size.height;
if (args.format === 'pdf') { if (args.format === 'pdf') {
Expand Down

0 comments on commit 77af4ca

Please sign in to comment.