Fix for build scripts, mermaid full was not including d3.

This commit is contained in:
knsv
2015-05-26 21:10:33 +02:00
parent 2d1f5aa6cb
commit cf67307711
6 changed files with 18659 additions and 223 deletions

View File

@@ -58,7 +58,7 @@ page.content = [
, '</html>'
].join('\n')
page.injectJs('../dist/mermaid-legacy.full.js')
page.injectJs('../dist/mermaid.js')
page.onConsoleMessage = function(msg, lineNum, sourceId) {
console.log('CONSOLE: ' + msg + ' (from line #' + lineNum + ' in "' + sourceId + '")');
};