Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] dev server no longer serves -lightdom.css #2794

Closed
zeroedin opened this issue Jun 28, 2024 · 0 comments · Fixed by #2795
Closed

[bug] dev server no longer serves -lightdom.css #2794

zeroedin opened this issue Jun 28, 2024 · 0 comments · Fixed by #2795
Assignees

Comments

@zeroedin
Copy link
Collaborator

A change in 9d68f3d unfortunately broke lightdom files from being served out of elements/pf-jazz-hands/pf-jazz-hands-lightdom.css. The files are no longer redirected from element/jazz-hands/pf-jazz-hands-lightdom.css to the prefixed pf-jazz-hands folder.

To reproduce create a -lightdom.css file and link it in the demo:

/elements/pf-tabs/pf-tabs-lightdom.css

pf-tabs {
  background: rebeccapurple;
}

/elements/pf-tabs/demo/pf-tabs.html

<link rel="stylesheet" href="../pf-tabs-lightdom.css">

outputs:

Request URL:
http://localhost:8001/components/tabs/pf-tabs-lightdom.css
Request Method:
GET
Status Code:
404 Not Found
@zeroedin zeroedin changed the title [bug] dev server [bug] dev server no longer serves -lightdom.css Jun 28, 2024
@zeroedin zeroedin self-assigned this Jun 28, 2024
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 a pull request may close this issue.

1 participant