Pull out Manganis CLI support into a separate crate #3258
Labels
cli
Related to the dioxus-cli program
manganis
Related to the manganis crate
organization
Layout of the repository
Refactor Request
The code to support manganis assets and asset optimization currently lives in the CLI (introduced in #3195). This means we don't need a stable API and it is fairly easy to integrate, but it makes it difficult to use manganis from other CLIs and it adds a lot of required dependencies to the CLI
It would be nice to pull out the optimization into a separate crate to make the CLI easier to maintain and could make it easier to move manganis optimization under a feature flag
The text was updated successfully, but these errors were encountered: