↧
Answer by bylerj for jquery-2.0.0.min.map "Uncaught SyntaxError: Unexpected...
If you want to keep the map file, you can just change the typeInstead of <script src="main.js"></script> use <script src="main.js" type="application/json"></script>
View ArticleAnswer by dherman for jquery-2.0.0.min.map "Uncaught SyntaxError: Unexpected...
You don't need the .min.map file for normal functionality. What the map file does is allow you to view the unminified version of the source code when you're loading the minified version, which is...
View Articlejquery-2.0.0.min.map "Uncaught SyntaxError: Unexpected token :"
Ever since I installed jQuery 1.9 and now 2.0 in an ASP.NET MVC4 project using Nuget in Visual Studio 2012, an additional .map file has been included in the scripts folder. I noticed in the console log...
View Article