mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-04 08:06:43 +02:00
Changes to build environment for windows compatability
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user