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
Thank you for this great library. Really useful!
Have you considered wrapping it in a dotnet global/local tool so it can be used from CLI to easily compress static files?
The text was updated successfully, but these errors were encountered:
Even during the development of version 1.0, I had such plans. At some point, this was no longer necessary, because a BundlerMinifier library appeared. But then authors of the BundlerMinifier library began to use the NUglify instead of the WebMarkupMin.
In general, when there is enough free time, then I will deal with this issue.
From my experience, what is related to your middleware functionality, BundlerMinifier is not a replacement for WebMarkupMin. I am just giving my feedback here. There is a gap of Razor Page minimization. All other files are handled by Webpack and plugins (bundling included). But HTML output is quite ugly when used with Razor Pages and the only way I've found to cleanup them is to use WebMarkupMin on origin server behind CDN.
There is a gap of Razor Page minimization. All other files are handled by Webpack and plugins (bundling included). But HTML output is quite ugly when used with Razor Pages and the only way I've found to cleanup them is to use WebMarkupMin on origin server behind CDN.
Thank you for this great library. Really useful!
Have you considered wrapping it in a dotnet global/local tool so it can be used from CLI to easily compress static files?
The text was updated successfully, but these errors were encountered: