ASP.NET Core static resource bundling tool
Find a file
2024-05-06 13:10:57 +02:00
src huh 2024-05-06 13:10:57 +02:00
test/Nyanbyte.Minime.Test huh 2024-05-06 13:10:57 +02:00
.gitignore Initial 2023-09-06 00:30:04 +02:00
Minime.sln runtime 2023-11-27 11:55:20 +01:00
README.md Doc, skeleton CSS processor 2023-10-18 22:25:42 +02:00

Minime

ASP.NET Core CSS & JS minimization and packing

Usage

Add this to the project uwu~

<Target Name="Minime" AfterTargets="Build">
    <MinimeBuildTask />
</Target>