๐Ÿ“ฆ atlv24 / HTMinIL

Minifies HTML strings in a compiled ASP.Net Core Razor Views DLL.

โ˜… 1 stars โ‘‚ 1 forks ๐Ÿ‘ 1 watching โš–๏ธ MIT License
aspasp-netasp-net-corececilcsharphtmlminify
๐Ÿ“ฅ Clone https://github.com/atlv24/HTMinIL.git
HTTPS git clone https://github.com/atlv24/HTMinIL.git
SSH git clone git@github.com:atlv24/HTMinIL.git
CLI gh repo clone atlv24/HTMinIL
Rodol Phito Rodol Phito Add csproj package info properties. f0a58ca 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ example
๐Ÿ“ src
๐Ÿ“ test
๐Ÿ“„ .gitignore
๐Ÿ“„ HTMinIL.sln
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ README.md

HTMinIL

Minifies HTML strings in a compiled ASP.Net Core Razor Views DLL.

Run dotnet build, and open /example/bin/Debug/netcoreapp3.0/HTMinIL.Example.Views.dll in your favorite decompiler to compare it against /example/bin/Debug/netcoreapp3.0/HTMinIL.Example.Views.dll.old, the unminified original.

How to set this up in your razor project

Coming soon. (Haven't figured out the best way yet!)