Skip to content

Support incremental builds - #5

Merged
stanoddly merged 1 commit into
mainfrom
add-incremental-build-support
Mar 4, 2026
Merged

Support incremental builds#5
stanoddly merged 1 commit into
mainfrom
add-incremental-build-support

Conversation

@botoddly

@botoddly botoddly commented Mar 4, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add Inputs/Outputs to the ProcessFluidTemplates MSBuild target so templates are only re-rendered when source files change
  • A ComputeFluidifyOutputs target resolves the output path for each <Fluidify> item (inferred from filename or explicit Destination)
  • Mention incremental build behavior in README

Test plan

  • All existing functional tests pass
  • First build processes all templates (Building target "ProcessFluidTemplates" completely.)
  • Second build with no changes skips the target (Skipping target "ProcessFluidTemplates" because all output files are up-to-date)

@stanoddly
stanoddly merged commit 9fec9cb into main Mar 4, 2026
1 check passed
@stanoddly
stanoddly deleted the add-incremental-build-support branch March 4, 2026 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants