There are some issues with the new ASP.NET Optimization - Bundling package on nuget. The namespace is Microsoft.Web.Optimization.1 - CssMinify breaks on vendor spesific css3 content.Example: background: -webkit-gradient(linear, left top, left 25, from(white), color-stop(39%, #FFF), color-stop(70%, #EEE));2 - For some reason the bundler is sometimes called from "/" instead of it's correct path (like "/Content/css". This makes manipulating the reference path impossible.Example: HttpContext.Current.Request.Path <-- works initially, but with a rebuild or publish it can be called from "/" for some reason.
Visual Studio/Silverlight/Tooling version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results