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
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.