BundleTransformer.JsMin
1.12.6
Prefix Reserved
.NET Framework 4.0
Install-Package BundleTransformer.JsMin -Version 1.12.6
dotnet add package BundleTransformer.JsMin --version 1.12.6
<PackageReference Include="BundleTransformer.JsMin" Version="1.12.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BundleTransformer.JsMin --version 1.12.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BundleTransformer.JsMin, 1.12.6"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install BundleTransformer.JsMin as a Cake Addin
#addin nuget:?package=BundleTransformer.JsMin&version=1.12.6
// Install BundleTransformer.JsMin as a Cake Tool
#tool nuget:?package=BundleTransformer.JsMin&version=1.12.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
BundleTransformer.JsMin contains one minifier-adapter for minification of JS code - `CrockfordJsMinifier`. `CrockfordJsMinifier` is based on the C# port of Douglas Crockford's JSMin (https://github.com/douglascrockford/JSMin) version of October 30, 2019.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- AdvancedStringBuilder (>= 0.1.0)
- BundleTransformer.Core (>= 1.10.0)
- DouglasCrockford.JsMin (>= 2.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BundleTransformer.JsMin:
Package | Downloads |
---|---|
Equ.Umbraco.Bootstrap
Equ Umbraco Bootstrap |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on BundleTransformer.JsMin:
Repository | Stars |
---|---|
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
|
Version | Downloads | Last updated |
---|---|---|
1.12.6 | 18,540 | 11/19/2019 |
1.11.1 | 1,281 | 4/4/2019 |
1.10.0 | 2,863 | 12/26/2018 |
1.10.0-beta1 | 481 | 12/10/2018 |
1.9.160 | 16,528 | 6/15/2017 |
1.9.153 | 1,148 | 3/26/2017 |
1.9.143 | 1,157 | 1/5/2017 |
1.9.117 | 1,725 | 7/28/2016 |
1.9.114 | 3,917 | 6/30/2016 |
1.9.97 | 1,635 | 3/26/2016 |
1.9.92 | 943 | 3/8/2016 |
1.9.52 | 6,582 | 3/30/2015 |
1.9.34 | 24,652 | 12/19/2014 |
1.9.25 | 2,606 | 10/14/2014 |
1.9.13 | 1,812 | 8/7/2014 |
1.9.1 | 1,752 | 6/25/2014 |
1.9.0 | 1,153 | 6/23/2014 |
1.9.0-Beta3 | 904 | 6/21/2014 |
1.9.0-Beta1 | 890 | 6/13/2014 |
1.8.30 | 1,414 | 4/28/2014 |
1.8.29 | 1,213 | 4/10/2014 |
1.8.23 | 1,405 | 2/21/2014 |
1.8.20 | 1,103 | 2/4/2014 |
1.8.18 | 1,075 | 1/22/2014 |
1.8.12 | 1,321 | 11/24/2013 |
1.8.11 | 1,100 | 11/7/2013 |
1.8.7 | 1,051 | 10/16/2013 |
1.8.4 | 1,114 | 9/16/2013 |
1.8.2 | 1,022 | 9/10/2013 |
1.8.0 | 1,020 | 9/5/2013 |
1.7.27 | 1,102 | 8/26/2013 |
1.7.21 | 1,352 | 8/4/2013 |
1.7.16 | 1,331 | 7/11/2013 |
1.7.9-Beta1 | 978 | 5/27/2013 |
1.7.7-Beta1 | 909 | 5/3/2013 |
1.7.0-Beta1 | 981 | 3/19/2013 |
1.6.26 | 1,162 | 5/28/2013 |
1.6.25 | 1,185 | 5/13/2013 |
1.6.13 | 1,657 | 12/4/2012 |
1.6.11 | 1,354 | 11/22/2012 |
1.6.10 | 1,407 | 11/17/2012 |
1.6.6 | 1,524 | 10/15/2012 |
1.6.5 | 1,383 | 10/11/2012 |
1.6.1 | 1,202 | 9/20/2012 |
1.6.0 | 1,160 | 9/12/2012 |
1.5.5 | 1,233 | 8/29/2012 |
1.5.0 | 1,795 | 8/16/2012 |
1.4.3-beta3 | 996 | 8/1/2012 |
1.4.2-beta3 | 971 | 6/23/2012 |
1.4.1-beta3 | 1,041 | 6/19/2012 |
1.4.0-beta2 | 994 | 6/6/2012 |
1.0.0-beta | 1,016 | 5/16/2012 |
Added support of the JSMin version of October 30, 2019.