Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sources with wildcards, be able to run the command only for the modified files #1685

Open
bbigras opened this issue Jun 7, 2024 · 0 comments
Labels
area: fingerprinting Changes related to checksums and caching. type: feature A new feature or functionality.

Comments

@bbigras
Copy link

bbigras commented Jun 7, 2024

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
@task-bot task-bot added the state: needs triage Waiting to be triaged by a maintainer. label Jun 7, 2024
@pd93 pd93 added type: feature A new feature or functionality. area: fingerprinting Changes related to checksums and caching. and removed state: needs triage Waiting to be triaged by a maintainer. labels Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: fingerprinting Changes related to checksums and caching. type: feature A new feature or functionality.
Projects
None yet
Development

No branches or pull requests

3 participants