Changes to build environment for windows compatability

This commit is contained in:
knsv
2015-12-26 10:59:44 +01:00
parent ab38e17936
commit 8c8f5928f5
24 changed files with 692 additions and 563 deletions

View File

@@ -23,12 +23,15 @@ function processMermaid(files, _options, _next) {
, options.ganttConfig
, options.verbose
, 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