Fix for issue with rednering in IE as described in #303

This commit is contained in:
knsv
2016-03-12 11:23:57 +01:00
parent 9bd140ce42
commit 2c90034d39
5 changed files with 219 additions and 102 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
watchify src/mermaid.js -s mermaid -o dist/mermaid.js &
watchify src/mermaid.js -s mermaid -t babelify -o dist/mermaid.js &
gulp live-server &
node node_modules/eslint-watch/bin/esw src -w