DouglasCrockford.JsMin
1.0.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DouglasCrockford.JsMin --version 1.0.1
NuGet\Install-Package DouglasCrockford.JsMin -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DouglasCrockford.JsMin" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DouglasCrockford.JsMin --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DouglasCrockford.JsMin, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DouglasCrockford.JsMin as a Cake Addin #addin nuget:?package=DouglasCrockford.JsMin&version=1.0.1 // Install DouglasCrockford.JsMin as a Cake Tool #tool nuget:?package=DouglasCrockford.JsMin&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
JSMin.NET is a .NET port of the Douglas Crockford's JSMin (https://github.com/douglascrockford/JSMin).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0 Client
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DouglasCrockford.JsMin:
Package | Downloads |
---|---|
BundleTransformer.JsMin
BundleTransformer.JsMin contains one minifier-adapter for minification of JS code - `CrockfordJsMinifier`. `CrockfordJsMinifier` is based on the C# port of Douglas Crockford's JSMin. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on DouglasCrockford.JsMin:
Repository | Stars |
---|---|
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
|
|
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
|
|
spaghettidba/WorkloadTools
A collection of tools to collect, analyze and replay SQL Server workloads, on premises and in the cloud
|
1. Assembly is now targeted on the .NET Framework 4 Client Profile;
2. “JSMin.NET” NuGet package renamed to “DouglasCrockford.JsMin”.