Draft fix for issue #304

This commit is contained in:
Knut Sveidqvist
2016-03-23 20:34:44 +01:00
parent 1ad9e75a86
commit bda1aaa5db
15 changed files with 18348 additions and 16632 deletions

View File

@@ -25,13 +25,10 @@ function processMermaid(files, _options, _next) {
, options.width
];
files.forEach(function(file) {
phantomArgs.push(file)
})
console.log('phantomArgs');
console.log(JSON.stringify(phantomArgs));
//
mkdirp(outputDir, function(err) {
if (err) {
throw err