LicensedBundler 1.1.1
dotnet add package LicensedBundler --version 1.1.1
NuGet\Install-Package LicensedBundler -Version 1.1.1
<PackageReference Include="LicensedBundler" Version="1.1.1" />
paket add LicensedBundler --version 1.1.1
#r "nuget: LicensedBundler, 1.1.1"
// Install LicensedBundler as a Cake Addin #addin nuget:?package=LicensedBundler&version=1.1.1 // Install LicensedBundler as a Cake Tool #tool nuget:?package=LicensedBundler&version=1.1.1
An add-on to the Microsoft ASP.NET Web Optimization Framework bundling and minification that preserves /*! important comments */ for licensing (or any other purpose).
Use LicensedScriptBundle or LicensedStyleBundle in place of ScriptBundle and StyleBundle in your BundleConfig.cs to preserve important comments in bundled and minified files.
On minification errors, error notifications and the offending file(s) are placed at the top of the bundle. Other files in the bundle will remain minified.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
-
.NETFramework 4.5
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated error messaging and added custom header to bundles.