We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2b1a3 commit b6c8549Copy full SHA for b6c8549
1 file changed
docs/dev-guide/contrib-guides-taskfiles.md
@@ -48,7 +48,8 @@ my-task:
48
49
The task attributes `sources` and `generates` are supposed to allow us to control whether a task is
50
run based on whether its source files or generated files have changed, but `task`'s behaviour may
51
-seem intuitive. So to understand the guidelines, you'll first need to understand `task`'s behaviour.
+seem unintuitive. So to understand the guidelines, you'll first need to understand `task`'s
52
+behaviour.
53
54
`task` has two methods to track changes to source files, specified using the `method` attribute:
55
`checksum` which tracks changes to the source files checksums and `timestamp` which tracks changes
0 commit comments