CssRewriteUrlTransform is not being called

前端 未结 3 629
灰色年华
灰色年华 2020-12-09 09:02

I just created a new MVC 5 app on VS 2013 RTM. For some reason background image url in my CSS files were not being transformed.

So, to debug the issue, I created m

3条回答
  •  一生所求
    2020-12-09 09:27

    It appears the transform does not run if you have the minified version of the CSS. Remove the .min.css file and it should start working.

提交回复
热议问题