ASP MVC4 and Azure - Bundling and Minification stopped working for me when I publish to Azure
问题 In the Windows Azure Publish Settings I have selected: Environment: Production Build Configuration: Release In my Web.Release.config I have: <system.web> <compilation xdt:Transform="RemoveAttributes(debug)" /> I had bundling working before and I made no code changes that I know of. However now when I publish to the cloud and view web pages it seems there is no bundling at all. All the javascript and CSS are downloaded one by one. Is there something I am missing? This used to work and now it