mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 07:19:41 +02:00
Modernization of build environment. Less gulp, more npm. Eslint.
This commit is contained in:
5
scripts/watch.sh
Normal file
5
scripts/watch.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/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
|
Reference in New Issue
Block a user