Modernization of build environment, better linting, adjustment after stricter static rules, cleanup of package.json

This commit is contained in:
knsv
2015-10-17 12:46:36 +02:00
parent 632a564158
commit 315923d1d3
33 changed files with 21673 additions and 21181 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
watchify src/mermaid.js -s mermaid -o dist/mermaid.js &
watchify src/mermaid.js -s mermaid -t babelify -o dist/mermaid.js &
live-server ./test/examples &
node node_modules/eslint-watch/bin/esw src -w