MightyAtom
MightyAtom

Reputation: 361

ASP.NET MVC 4 Bundling not working

I have a used the intranet template for a simple MVC 4 project. I have tried to bundle separately my css and js. All works ok until I change my web.config debug=false to make use of the minification.

When I run the project without debugging the application hangs and looking in firebug and fiddler it does not appear to make the requests for the bundles.

Have I missed sometin obvious?

Upvotes: 3

Views: 2061

Answers (1)

viperguynaz
viperguynaz

Reputation: 12174

make sure you are not trying to minify min versions of js and that you have the latest webgrease (1.3) from nuget.

Upvotes: 13

Related Questions