LicensedBundler 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.
Install-Package LicensedBundler -Version 1.1.1
dotnet add package LicensedBundler --version 1.1.1
<PackageReference Include="LicensedBundler" Version="1.1.1" />
paket add LicensedBundler --version 1.1.1
Release Notes
Updated error messaging and added custom header to bundles.
Dependencies
-
.NETFramework 4.0
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
-
.NETFramework 4.5
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.