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:
346
346
` ` `
347
347
348
348
` 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
350
350
necessary to run the task. If not, it will just print a message like
351
351
` 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`.
355
352
You will probably want to ignore the `.task` folder in your `.gitignore` file
356
353
(It's there that Task stores the last checksum).
357
354
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
+
358
358
` ` ` yaml
359
359
version: '3'
360
360
You can’t perform that action at this time.
0 commit comments