DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.3k stars 735 forks source link

Fix the assets head path #2267

Closed ealmloff closed 2 months ago

ealmloff commented 2 months ago

This PR fixes the path to the __assets_head.html file the CLI generates for manganis assets.

In bundled applications the path is $root/dist/__assets_head.html, but in applications served by the CLI, the path is $root/__assets_head.html. We currently only check for the path that will be available in the bundled application. This PR fixes the issue by checking both paths