mermaid/scripts/watch.sh
2015-11-15 15:06:24 +01:00

6 lines
158 B
Bash

#!/usr/bin/env bash
watchify src/mermaid.js -s mermaid -o dist/mermaid.js &
live-server ./test/examples &
node node_modules/eslint-watch/bin/esw src -w