WebOptimizer
WebOptimizer copied to clipboard
Minify HTML / Razor Pages
Can you please add the ability to minify html/razor pages? Currently I see that only css and js can be minified. Would be an awesome addition. This is for Blazor Web Server on .net 7. Thanks.
Due to the extension framework, maybe an extension could be built from:
https://github.com/Taritsyn/WebMarkupMin
I have installed both WebOptimizer and WebMarkupMin to see if they play nice together. It's working for my project. I did a quick view-source before and after. I can see that my HTML become a single packed line after installing WebMarkupMin, so we can get the effect we want this way.