Skip to content

Efficiency improvement

Choose a tag to compare

@g105b g105b released this 30 Sep 11:05
· 38 commits to master since this release
09ac7fc

Prior to this release, tasks would execute for every file that changed in the matched glob, but this lead to unnecessarily repeating the workload. Now, the behaviour is more expected: one task execution when any matched files change. This is much more efficient, and still allows the developer to choose individual task executions by providing more specific glob patterns.

Have fun!