ASP.NET MVC4 Bundling with Twitter Bootstrap

后端 未结 4 1246
遇见更好的自我
遇见更好的自我 2020-12-02 10:21

I\'m trying to use the new bundling feature in MVC 4 with Twitter bootstrap and it seems to me like the paths to the glyphicons png-files int the css get\'s messed up in som

4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-02 11:01

    Fix for this now added to my AspNetBundling NuGet package which resolves a bunch of other issues in the standard transformer, particularly around using data-uris. Open-sourced on GitHub too.

    Just do:

    1. Install-Package AspNetBundling
    2. Replace CssRewriteUrlTransform with CssRewriteUrlTransformFixed

提交回复
热议问题