Вопрос

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

Это было полезно?

Решение

EnableOptimizations = false will turn off both bundling and minification.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top