gohttpserver/.fsw.yml

17 lines
282 B
YAML
Raw Permalink Normal View History

2016-07-24 08:22:44 +02:00
desc: Auto generated by fswatch [gohttp-vue]
triggers:
- name: ""
pattens:
2016-08-02 07:34:02 +02:00
- '!.git/'
2016-07-24 08:22:44 +02:00
- '**/*.go'
2016-07-27 04:50:18 +02:00
- '**/*.tmpl.html'
2016-07-24 08:22:44 +02:00
env:
DEBUG: "1"
2016-07-31 05:47:02 +02:00
cmd: go build && ./gohttpserver --upload --root testdata
2016-07-24 08:22:44 +02:00
shell: true
delay: 100ms
signal: KILL
watch_paths:
- .
watch_depth: 5