mermaid/scripts/watch.sh

6 lines
158 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2015-11-15 15:06:24 +01:00
watchify src/mermaid.js -s mermaid -o dist/mermaid.js &
live-server ./test/examples &
node node_modules/eslint-watch/bin/esw src -w