fall back to using the default mermaid style

This commit is contained in:
Gilles De Mey
2015-09-15 19:10:53 +02:00
parent 4ee0f9b6be
commit a989b5ccde

View File

@@ -109,6 +109,8 @@ cli.prototype.parse = function(argv, next) {
} catch (err) {
this.errors.push(err)
}
} else {
options.css = fs.readFileSync(__dirname + '/../dist/mermaid.css')
}
this.checkPhantom = createCheckPhantom(options.phantomPath)