You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NMinify is a Wrapper for the golang library minify.
Minification is the process of removing bytes from a file (such as whitespace) without changing its output and therefore shrinking its size and speeding up transmission over the internet and possibly parsing. The implemented minifiers are designed for high performance.
Installation
To install NMinify, run the following command in the Package Manager Console:
Install-Package NMinify
You can also install NMinify via the .NET CLI by running:
dotnet add package NMinify
Alternatively, you can add NMinify as a dependency in your project's .csproj file:
NMinify is released under the MIT License. This means that you are free to use, modify, and distribute this software as long as you include the original copyright and license notice in your distribution.
Please note that the underlying minify library by tdewolff is also released under the MIT License, and its copyright and license must also be included in any distribution of NMinify.
By using NMinify, you are agreeing to the terms of the MIT License. If you do not agree to these terms, you should not use this software.