Minime/README.md

187 B

Minime

ASP.NET Core CSS & JS minimization and packing

Usage

Add this to the project uwu~

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