Skip to content

fix(docs-app): remove dead docs-app.css link from index.html - #755

Merged
patricklx merged 1 commit into
mainfrom
fix/docs-app-dead-css-link
Aug 8, 2026
Merged

fix(docs-app): remove dead docs-app.css link from index.html#755
patricklx merged 1 commit into
mainfrom
fix/docs-app-dead-css-link

Conversation

@patricklx

Copy link
Copy Markdown
Collaborator

Summary

  • docs-app/index.html linked a root-absolute /assets/docs-app.css stylesheet that Vite never emits (it only produces a hashed main-<hash>.css bundle, auto-injected by Vite itself) — a leftover from the classic ember-cli build convention that never got translated during the embroider/vite migration in better docs support #293.
  • This link 404'd in every deployed build. Removed it.

Test plan

  • Confirmed no other references to docs-app.css remain in the repo

Vite's build never emits assets/docs-app.css - it only produces a
hashed main-<hash>.css bundle (auto-injected by vite as its own
stylesheet tag), so this root-absolute, un-rewritten link 404'd in
every deployed build. It's a leftover from the classic ember-cli
build convention (assets/<app-name>.css) that never got translated
during the migration to embroider/vite in #293.

Signed-off-by: Patrick Pircher <patrick.pircher@ibm.com>
@patricklx
patricklx merged commit d42f66b into main Aug 8, 2026
8 checks passed
@patricklx
patricklx deleted the fix/docs-app-dead-css-link branch August 8, 2026 20:37
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.

1 participant