mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
4 lines
94 B
Bash
4 lines
94 B
Bash
#!/usr/bin/env bash
|
|
|
|
watchify src/mermaid.js -s mermaid -o dist/mermaid.js & gulp live-server
|