patternfly / patternfly-elements

PatternFly Elements. A set of community-created web components based on PatternFly design.
https://patternflyelements.org/
MIT License
375 stars 85 forks source link

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

Closed zeroedin closed 1 day ago

zeroedin commented 3 days ago

A change in https://github.com/patternfly/patternfly-elements/commit/9d68f3d60ed4b76b03b37d23173c0a8f7780547b 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