I am using Visual Studio 2013, ASP.MVC Project. When I add a javascript file, for example fx.js, the file is minified and new files are created:
fx.js (minified)
fx.js.map
fx.js.uncompressed (original file)
I just want to have the original file without any changes. Because I have a JavaScript Framework with a lot of linked scripts, and the minify format is causing errors with the variables and the paths.
