mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
feat(watcher): migrate to fsnotify (#2048)
This commit is contained in:
10
testdata/watch/Taskfile.yaml
vendored
Normal file
10
testdata/watch/Taskfile.yaml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# https://taskfile.dev
|
||||
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
default:
|
||||
sources:
|
||||
- "src/*"
|
||||
cmds:
|
||||
- echo "Task running!"
|
||||
16
testdata/watcher_interval/Taskfile.yaml
vendored
16
testdata/watcher_interval/Taskfile.yaml
vendored
@@ -1,16 +0,0 @@
|
||||
# https://taskfile.dev
|
||||
|
||||
version: '3'
|
||||
|
||||
vars:
|
||||
GREETING: Hello, World!
|
||||
|
||||
interval: "500ms"
|
||||
|
||||
tasks:
|
||||
default:
|
||||
sources:
|
||||
- "src/*"
|
||||
cmds:
|
||||
- echo "{{.GREETING}}"
|
||||
silent: false
|
||||
Reference in New Issue
Block a user