Fingerprinting mixed with "for" iteration #2284
Unanswered
jpluscplusm
asked this question in
Q&A
Replies: 1 comment
-
Perhaps create a task to process a file, with a variable for the file, and use that variable as a source too. Select a fingerprint method on this task Then create another task with the for loop, and for each item, call the first task. In theory, that first task would only run if the file fingerprint had changed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I've got an arbitrarily nested set of Markdown files, each of which needs to be individually processed into an HTML file (using Pandoc; but I doubt that's important!)
I've been reading the docs and kicking the tyres for a while, but I can't figure out how to configure a Taskfile to:
pandoc INPUT -o $(basename INPUT .md).html
./**/*.md
Is this possible? Idiomatically, so that fingerprinting is delegated to Task? Elegantly? 😄
TVM for any assistance!
Beta Was this translation helpful? Give feedback.
All reactions