You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While waiting for just dev to respond, here's a possible workaround example: a recipe foo that only needs to run if files a.txt and b.txt have different checksums since last run -
I created https://crates.io/crates/mkrs primarily for this reason (and to write the Makefile in markdown); it seems like the same approach may not fit in just's design. Mkrs distinguishes between file and non-file targets, and runs the recipe for a file target if -B (force processing), file does not exist, or is outdated (any of target's source files are newer than the target file). Please feel free to use as it as a reference. Thanks!
Task/taskfile supports several ways of preventing unncessary work, one of which is by fingerprinting locally generated files and their sources.
If
just
could support this in some capacity, I think it'd help improvejust
's user experience. 😄The text was updated successfully, but these errors were encountered: