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 existing `file.Transforms` property.
AspNetWebOptimization/src/System.Web.Optimization/FileExtensionReplacementList.cs
Line 75 in 97c61ab
For example: CSS
url()path rewrites can be applied, viaIItemTransform; However, this does not apply if there is a.min.css.FileExtensionReplacementListcreates a new BundleFile, without adding the existingfile.Transformsproperty.