Taritsyn / WebMarkupMin

The Web Markup Minifier (abbreviated WebMarkupMin) - a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.
Apache License 2.0
440 stars 48 forks source link

WebMarkupMin to minify javascript from string? #136

Closed HolyOne closed 2 years ago

HolyOne commented 2 years ago

Is there a way I can use WebMarkupMin to minify javascript / html /css from string?

Taritsyn commented 2 years ago

Hello, Aytek!

Of the above, you can minify only a HTML code. See the “HTML Minifier” section of documentation.