AspNetWebOptimization
AspNetWebOptimization copied to clipboard
ASP.NET Web Optimization for ASP.NET 4.x applications
The license link in https://www.nuget.org/packages/Microsoft.AspNet.Web.Optimization/1.1.3 points to https://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_enu.htm, but should be https://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_ENU.htm (note the case of `ENU`).
Hello, Do you plan to support CSS variables ? Currently, minification fails because of it. Thanks for your answer.
Currently CssRewriteUrlTransform.ConvertUrlsToAbsolute() will rebase base-64 encoded data content inside url(/* */). This breaks the css and makes the browser perform a request for a bogus image url. For example css...
https://github.com/aspnet/AspNetWebOptimization/blob/97c61ab38948cef17bb0f641a7b216897b9082ad/src/System.Web.Optimization/FileExtensionReplacementList.cs#L75 For example: CSS `url()` path rewrites can be applied, via `IItemTransform`; However, this does not apply if there is a `.min.css`. `FileExtensionReplacementList` creates a new BundleFile, without adding the...
_From @BlueColorDemon on September 8, 2017 3:33_   _Copied from original issue: aspnet/Mvc#6794_