Files
gohttpserver/.fsw.yml
2016-07-27 14:10:03 +08:00

16 lines
277 B
YAML

desc: Auto generated by fswatch [gohttp-vue]
triggers:
- name: ""
pattens:
- '**/*.go'
- '**/*.tmpl.html'
env:
DEBUG: "1"
cmd: (killall gohttpserver; true) && go build && ./gohttpserver&
shell: true
delay: 100ms
signal: KILL
watch_paths:
- .
watch_depth: 5