mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-04 21:04:12 +01:00
eslint watch
This commit is contained in:
@@ -25,8 +25,7 @@ gulp.task('live-server', function () {
|
||||
|
||||
gulp.task('watch2', ['live-server'], function () {
|
||||
return shell.task([
|
||||
'watchify src/mermaid.js -s mermaid -o dist/mermaid.js',
|
||||
'node node_modules/eslint-watch/bin/esw src -w'
|
||||
'watchify src/mermaid.js -s mermaid -o dist/mermaid.js'
|
||||
])
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user