开发者

HTML Minification in C#

开发者 https://www.devze.com 2022-12-28 08:20 出处:网络
Tried searching around for a complete library for HTML Minification in C# but开发者_JAVA技巧 haven\'t been able to locate anything that is useful ?

Tried searching around for a complete library for HTML Minification in C# but开发者_JAVA技巧 haven't been able to locate anything that is useful ?

Does anyone here have such a library or know of one ?


As for static HTML compression, I found this port of Google’s htmlcompressor library. I wrapped it in MSBuild Task and I'm happy:)


Try my extension for static minification: MinifyOnSave

The source code is also available on GitHub.

0

精彩评论

暂无评论...
验证码 换一张
取 消