File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -346,15 +346,15 @@ tasks:
346346` ` `
347347
348348` sources` and `generates` can be files or file patterns. When both are given,
349- Task will compare the modification date/time of the files to determine if it's
349+ Task will compare the checksum of the files to determine if it's
350350necessary to run the task. If not, it will just print a message like
351351` Task "js" is up to date` .
352-
353- If you prefer this check to be made by the content of the files, instead of
354- its timestamp, just set the `method` property to `checksum`.
355352You will probably want to ignore the `.task` folder in your `.gitignore` file
356353(It's there that Task stores the last checksum).
357354
355+ If you prefer this check to be made by the modification timestamp of the files,
356+ instead of its checksum (content), just set the `method` property to `timestamp`.
357+
358358` ` ` yaml
359359version: '3'
360360
You can’t perform that action at this time.
0 commit comments