Skip to content

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

Open
81reap wants to merge 1 commit into
81reap/npm-3from
81reap/npm-4
Open

81reap wants to merge 1 commit into
81reap/npm-3from
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 CLIGive 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
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
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

1 participant