Since I installed jQuery 1.9 and now 2.0 in an ASP.NET MVC4 project using Nuget in Visual Studio 2012, an extra .map file has been added to the script file. I noticed in the console log an error related to jquery-2.0.0.min.map, namely:
Uncaught SyntaxError: Unexpected token :
This is on line 1, but since it is a single line file, one would expect.
I want to get rid of this error - do I really need this .map file? Can I calmly say goodbye to him?
Crispin
source share