You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can do min_with("command") and the macro will append command input -o output_file
Can you check if that works with minify-html?
If not, how does it take arguments? Since I could add a min_with2 or something to also support it
Also since the way this crate is written, minifying slows down exponentially based on how many components and files you have, I would recommend having a separate production profile in cargo and only minifying when you build that binary
as titled
The text was updated successfully, but these errors were encountered: