Task and tracking dir modtime
Hello. Let's say I'm changing
tools/cmd/main.go
and want to make a task that will track it by pattern.
I know that this pattern will track any file in dir recursively.
But these patterns will not, even if dir modtime being updated when any internal content has been changed.
Is this intentional? For compatibility purposes with different file systems?Solution:Jump to solution
Hi @sedyh,
This happens because Task actually ignores directories and only cares about files....
1 Reply
Solution
Hi @sedyh,
This happens because Task actually ignores directories and only cares about files.