diff --git a/lib/cli.js b/lib/cli.js index e2506e4bd..d899ee039 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -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)