mermaid/scripts/watch.sh

6 lines
147 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 &
gulp live-server &
node node_modules/eslint-watch/bin/esw src -w