0

I am creating an MVC4 application. I am using bundling, the debug version works great, but when I publish the application I am getting errors.

Does anyone know how to turn minification off so that it just includes the full version of the js files?

Thanks

user2206329
  • 2,792
  • 10
  • 54
  • 81
  • 1
    `but when I publish the application I am getting errors.` You think the exact error message isn't important enough to post? – L.B Jan 30 '14 at 02:49
  • no because I know the errors are due to the minified javacsript file. And the errors is not the question I asked. I thought I asked a pretty straight forward question, but I guess not. – user2206329 Jan 30 '14 at 03:01

1 Answers1

2

EnableOptimizations = false will turn off both bundling and minification.

dee-see
  • 23,668
  • 5
  • 58
  • 91
Juan Rada
  • 3,513
  • 1
  • 26
  • 26