Info
Version: | 1.0.8 |
Author(s): | Andrey Taritsyn |
Last Update: | Friday, April 27, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://lamcontrib.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/LuckyAssetManagerContrib |
Install
Install-Package LuckyAssetManagerContrib
dotnet add package LuckyAssetManagerContrib
paket add LuckyAssetManagerContrib
LuckyAssetManagerContrib Download (Unzip the "nupkg" after downloading)
Dependencies
- LuckyAssetManager(>= 1.10.3)
Tags
In LuckyAssetManagerContrib implemented 2 custom processor: SelectPathProcessor (processor for choosing pre-minified assets with file extensions *.min.js and *.min.css in release mode) and FinalProcessor (responsible for replacement relative paths in CSS-files, combining and caching assets), and new improved HTTP-handler (supports browser caching and ETags).
This extension will help your web applications successfully pass a most part of the tests in YSlow.
Attention! In order to take advantage of new features requires manual editing of Web.config (see instruction - http://bit.ly/ADLlVN).