BundleTransformer.Closure
1.12.39
Prefix Reserved
Install-Package BundleTransformer.Closure -Version 1.12.39
dotnet add package BundleTransformer.Closure --version 1.12.39
<PackageReference Include="BundleTransformer.Closure" Version="1.12.39" />
paket add BundleTransformer.Closure --version 1.12.39
#r "nuget: BundleTransformer.Closure, 1.12.39"
// Install BundleTransformer.Closure as a Cake Addin
#addin nuget:?package=BundleTransformer.Closure&version=1.12.39
// Install BundleTransformer.Closure as a Cake Tool
#tool nuget:?package=BundleTransformer.Closure&version=1.12.39
BundleTransformer.Closure contains two minifier-adapters for minification of JS code: `ClosureRemoteJsMinifier` and `ClosureLocalJsMinifier`. `ClosureRemoteJsMinifier` is based on the Google Closure Compiler Service API (https://developers.google.com/closure/compiler/docs/gettingstarted_api) and requires a permanent connection to the Internet. `ClosureLocalJsMinifier` is based on the Google Closure Compiler Application (https://developers.google.com/closure/compiler/docs/gettingstarted_app) and for their work requires the latest version of `compiler.jar` file.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.NETFramework 4.0
- AdvancedStringBuilder (>= 0.1.0)
- BundleTransformer.Core (>= 1.10.0)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 12.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.12.39 | 820 | 9/11/2021 |
1.12.0 | 4,209 | 7/15/2019 |
1.10.0 | 819 | 12/26/2018 |
1.10.0-beta1 | 476 | 12/10/2018 |
1.9.160 | 1,005 | 6/15/2017 |
1.9.92 | 1,141 | 3/8/2016 |
1.9.69 | 1,303 | 7/22/2015 |
1.9.52 | 1,066 | 3/30/2015 |
1.9.51 | 948 | 3/28/2015 |
1.9.34 | 5,346 | 12/19/2014 |
1.9.25 | 1,069 | 10/14/2014 |
1.9.17 | 1,038 | 8/27/2014 |
1.9.13 | 1,043 | 8/7/2014 |
1.9.1 | 1,160 | 6/25/2014 |
1.9.0 | 1,147 | 6/23/2014 |
1.9.0-Beta3 | 864 | 6/21/2014 |
1.9.0-Beta1 | 853 | 6/13/2014 |
1.8.31 | 1,137 | 5/7/2014 |
1.8.30 | 1,037 | 4/28/2014 |
1.8.29 | 1,234 | 4/10/2014 |
1.8.23 | 1,747 | 2/21/2014 |
1.8.20 | 1,043 | 2/4/2014 |
1.8.18 | 1,037 | 1/22/2014 |
1.8.12 | 1,189 | 11/24/2013 |
1.8.11 | 1,053 | 11/7/2013 |
1.8.7 | 1,066 | 10/16/2013 |
1.8.0 | 1,088 | 9/5/2013 |
1.7.27 | 1,374 | 8/26/2013 |
1.7.25 | 1,055 | 8/14/2013 |
1.7.21 | 1,075 | 8/4/2013 |
1.7.20 | 1,086 | 8/2/2013 |
1.7.16 | 1,317 | 7/11/2013 |
1.7.9-Beta1 | 1,023 | 5/27/2013 |
1.7.7-Beta1 | 925 | 5/3/2013 |
1.7.0-Beta1 | 950 | 3/19/2013 |
1.6.26 | 1,201 | 5/28/2013 |
1.6.25 | 1,103 | 5/13/2013 |
1.6.13 | 1,346 | 12/4/2012 |
1.6.11 | 1,422 | 11/22/2012 |
1.6.10 | 1,294 | 11/17/2012 |
1.6.6 | 1,509 | 10/15/2012 |
1.6.5 | 1,394 | 10/11/2012 |
1.6.1 | 1,275 | 9/20/2012 |
1.6.0 | 1,141 | 9/12/2012 |
1.5.5 | 1,256 | 8/29/2012 |
1.5.0 | 1,203 | 8/16/2012 |
1.4.3-beta3 | 940 | 8/1/2012 |
1.4.2-beta3 | 961 | 6/23/2012 |
1.4.1-beta3 | 966 | 6/19/2012 |
1.4.0-beta2 | 1,006 | 6/6/2012 |
1.0.0-beta | 966 | 5/16/2012 |
1. Fixed a error #52 “Closure doesn't support ECMASCRIPT6/ECMASCRIPT6_STRICT on remote plugin”;
2. In configuration settings of Closure remote JS minifier was added one new property - `LanguageOutput` (default `None`).