Skip to content

Add deterministic asset pipeline - #62

Merged
mintyPT merged 1 commit into
mainfrom
issue-35-asset-pipeline
Jul 24, 2026
Merged

Add deterministic asset pipeline#62
mintyPT merged 1 commit into
mainfrom
issue-35-asset-pipeline

Conversation

@mintyPT

@mintyPT mintyPT commented Jul 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add a library asset resolver for local paths, file URLs, HTTP URLs, and data URLs
  • Cache remote assets with deterministic SHA-256 keys and normalize resolved media to data URLs
  • Surface asset diagnostics through template warnings and include resolved asset contents in template render cache keys
  • Add focused media asset pipeline coverage

Verification

  • npm run check
  • Full test matrix left to GitHub CI per repository instructions

Fixes #35

@mintyPT
mintyPT merged commit d88cb8c into main Jul 24, 2026
3 checks passed
@mintyPT
mintyPT deleted the issue-35-asset-pipeline branch July 27, 2026 06:52
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.

Build a deterministic asset pipeline for images, logos, and remote media

1 participant