Ccf.Ck.Libs.Web.Bundling
1.0.16
Bundling and optimization framework for .NET Core and .NET-Standard projects
Install-Package Ccf.Ck.Libs.Web.Bundling -Version 1.0.16
dotnet add package Ccf.Ck.Libs.Web.Bundling --version 1.0.16
<PackageReference Include="Ccf.Ck.Libs.Web.Bundling" Version="1.0.16" />
paket add Ccf.Ck.Libs.Web.Bundling --version 1.0.16
#r "nuget: Ccf.Ck.Libs.Web.Bundling, 1.0.16"
Release Notes
Bundling and optimization framework for .NET Core and .NET-Standard projects.
Adding support for profiles. You can combine different bundles into one profile and render only this profile. Comes handy when you have multiple Master Pages (e.g. for public or administration) and want to easily render the different profiles.
- Added ETag support
- Version 1.0.2: Fixed the ETag support, if the build-in minification transformation throws exception the not minified version is delivered and the error is logged (more error resilient).
- Version 1.0.3: Adding CacheControl when optimization enabled: Public = true, MaxAge = TimeSpan.FromDays(365).
- Version 1.0.4: Allow CacheControl when optimization enabled to be set from outside. The above defaults are still valid. Add the ETag as parameter to overcome issue with Chrome's very aggresive caching.
- Version 1.0.5: NUglify has a problem with the minification of large files, so we are changing our strategy and minify file by file and copy the chunks into big one which is cached and served.
- Version 1.0.6: Behavior change in the profile object (init Styles and Scripts in constructor) and avoid null exception.
- Version 1.0.7: Updated nuget references to the latest versions
- Version 1.0.8: Downgrade Microsoft packages from 3.1.3 to 2.2.0
- Version 1.0.9: Update nuget Ccf.Ck.Libs.Logging
- Version 1.0.10: Update nuget: remove Microsoft.Extensions.DependencyInjection.Abstractions Version=3.1.3
- Version 1.0.11: Extend Scripts and Styles with an additional method for removing all bundles
- Version 1.0.12 Update to TargetFramework netstandard2.1
- Version 1.0.13 Update to TargetFramework netcoreapp3.1
- Version 1.0.14 Update underlying Nuget-Packages
- Version 1.0.15 Extend the Bundle creation with parameter for Enable/Disable file watchers
- Version 1.0.16 Combine all minification errors for a file in one error message
Dependencies
-
.NETCoreApp 3.1
- Ccf.Ck.Libs.Logging (>= 1.0.21)
- dotless.Core (>= 1.6.7)
- NUglify (>= 1.13.1)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Ccf.Ck.Libs.Web.Bundling:
Package | Downloads |
---|---|
Ccf.Ck.Models.KraftModule
This package contains CoreKraft KraftModule, KraftModuleCollection models and their extension methods.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.16 | 45 | 2/20/2021 |
1.0.15 | 83 | 1/7/2021 |
1.0.14 | 1,000 | 9/2/2020 |
1.0.13 | 169 | 5/15/2020 |
1.0.12 | 125 | 5/14/2020 |
1.0.11 | 661 | 5/12/2020 |
1.0.10 | 198 | 4/11/2020 |
1.0.9 | 245 | 4/11/2020 |
1.0.8 | 166 | 4/11/2020 |
1.0.7 | 212 | 4/11/2020 |
1.0.6 | 3,050 | 3/28/2019 |
1.0.5 | 540 | 3/27/2019 |
1.0.4 | 491 | 1/29/2019 |
1.0.3 | 446 | 1/10/2019 |
1.0.2 | 344 | 1/9/2019 |
1.0.1 | 321 | 1/8/2019 |
1.0.0 | 544 | 11/21/2018 |