alexnoddings / Tyne

C# libaries designed for making Line of Business Blazor apps more efficiently.
https://alexnoddings.github.io/Tyne/
MIT License
2 stars 0 forks source link

Example scoped CSS bundle not imported correctly #157

Open alexnoddings opened 3 months ago

alexnoddings commented 3 months ago

The example app tries to import the scoped CSS bundle with:

<link rel="stylesheet" href="_content/TyneAerospaceClient/TyneAerospaceClient.bundle.scp.css">

Which works fine in dev, but when published the file becomes: image