mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-03 15:46:43 +02:00
Fix for build scripts, mermaid full was not including d3.
This commit is contained in:
@@ -88,7 +88,6 @@ gulp.task('mermaid',['mermaidAPI','mermaidAPI.slim'],function() {
|
||||
|
||||
return gulp.src('src/mermaid.js')
|
||||
.pipe(browserify({
|
||||
external: ['d3'],
|
||||
entry:'src/mermaid.js'
|
||||
}))
|
||||
.pipe(rename('mermaid.js'))
|
||||
|
Reference in New Issue
Block a user