Using ASP.NET MVC bundling, is it possible to have minified files where the new line characters are not removed?
I was looking into JsMinify class, but cannot figure out if that is possible to configure.
I want to keep the new line characters for javascript error handling. I am setting up an javascript autotamed error reporting from client side and I would like to see on which line did the error occur.