DioxusLabs / dioxus

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

Only compress web assets in the CLI #2329

Closed ealmloff closed 1 week ago

ealmloff commented 2 weeks ago

This moves the pre-compression code into the CLI and only pre-compresses web assets. This solution is non-breaking but in the future, we should consider moving the assets we serve with the fullstack server binary into a different directory than the binary itself

Closes #2327