WebMarkupMin icon indicating copy to clipboard operation
WebMarkupMin copied to clipboard

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...

Results 19 WebMarkupMin issues
Sort by recently updated
recently updated
newest added

Sometimes, in an unspecified way, it happens that when a page is requested (for example, https://localhost:44300/Home/Index) a blank page (literally a white, empty page) is returned and shown because the...

hi i need use 1 quot (') in Html Attributes ` Test ` but Minify output 2 Quotes=> ` Test ` How do I solve this problem? thank you

Bumps [Microsoft.AspNetCore.Http](https://github.com/aspnet/AspNetCore) from 1.0.4 to 2.1.22. Release notes Sourced from Microsoft.AspNetCore.Http's releases. .NET Core 2.1.22 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.810 CLI...

dependencies

Bumps [Microsoft.AspNetCore.Http](https://github.com/aspnet/AspNetCore) from 2.0.3 to 2.1.22. Release notes Sourced from Microsoft.AspNetCore.Http's releases. .NET Core 2.1.22 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.810 CLI...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

When I am using it for my .net core 6 MVC web application, the response page got just blank. I tried to use ExactUrlMatcher("/") and then only the page worked....

Hello, please check my site.. when i use your tool on other sites its working fine. but minification on this site is causing all the body script tags to not...

Looks like in some cases when a the opening and closing tags are in different conditional comments, this library can rewrite the html structure. This issue was originally discovered in...

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?

enhancement