Skip to content

fix(build) :: make frontend asset urls idempotent if nothing changed - #1459

Merged
lovasoa merged 1 commit into
mainfrom
81reap/npm-4
Sep 23, 2026
Merged

lovasoa merged 1 commit into
mainfrom
81reap/npm-4

Conversation

@81reap

@81reap 81reap commented Sep 16, 2026 •

Copy link
Copy Markdown
Collaborator

Frontend assets were hashed via gzip's output which includes a nonidempotent/deterministc timestamp from libflate. This changes the hash on each build.

Now we hash over the bundled file contents in frontend/dist.


Stack created with GitHub Stacks CLI • Give Feedback 💬

@81reap
81reap added this pull request to stack #1462 September 16, 2026 21:27
@81reap 81reap linked an issue Sep 16, 2026 that may be closed by this pull request
@81reap 81reap changed the title fix(frontend) :: import the browser libraries and types fix(build) :: make frontend asset urls idempotent if nothing changed Sep 17, 2026
Base automatically changed from 81reap/npm-3 to main September 23, 2026 06:06
Frontend assets were hashed via gzip's output which includes a nonidempotent/deterministc timestamp from libflate. This changes the hash on each build.

Now we hash over the bundled file contents in frontend/dist
@lovasoa
lovasoa merged commit b5ef9e9 into main Sep 23, 2026
52 checks passed
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.

Split the build

2 participants