AspNetWebOptimization icon indicating copy to clipboard operation
AspNetWebOptimization copied to clipboard

ASP.NET Web Optimization for ASP.NET 4.x applications

Results 5 AspNetWebOptimization issues
Sort by recently updated
recently updated
newest added

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_ ![uz n 12 yt 1j v4lton](https://user-images.githubusercontent.com/7866267/30195017-617a3402-9489-11e7-8f52-e86bf9325e7e.png) ![6_5in skih002m 0xpm2 g0](https://user-images.githubusercontent.com/7866267/30195016-6179ef92-9489-11e7-8c3d-ebf439c58282.png) _Copied from original issue: aspnet/Mvc#6794_