mermaid/scripts/watch.sh

6 lines
147 B
Bash

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