ASP.NET Bundles how to disable minification
I have debug="true" in both my web.config(s), and I just don’t want my bundles minified, but nothing I do seems to disable it. I’ve tried enableoptimisations=false, here is my code:
I have debug="true" in both my web.config(s), and I just don’t want my bundles minified, but nothing I do seems to disable it. I’ve tried enableoptimisations=false, here is my code:
I am working on an ASP.Net MVC 4 application and using Bundling and minifiction to render styles and script files.
I am trying to get bundling to work in ASP.NET MVC 4. I am getting a 404 error from the link generated for the bundled CSS. I have done the following: