With the following code, every time a plantuml file changes, all plantuml is run for every *.plantuml files I have.
It would be great to be able to only regenerate the files that actually changed.
asked first in discord https://discord.com/channels/974121106208354339/1248651866519371837
tasks:
build:
desc: Builds the svg
watch: true
sources:
- '*.plantuml'
cmds:
- for: sources
cmd: plantuml {{ .ITEM }} -tsvg