Static file referenced by handler not found: static/jquery-2.0.3.min.map

74 views
Skip to first unread message

saintthor

unread,
Apr 24, 2014, 9:48:36 AM4/24/14
to google-a...@googlegroups.com
what cause this warning?

i use jquery in page, did't refer any jquery-2.0.3.min.map.

Vinny P

unread,
Apr 24, 2014, 1:24:05 PM4/24/14
to google-a...@googlegroups.com
Does your log look like this: http://imgur.com/uePke5W ?

If so, then something in your web pages is requesting that file, and App Engine can't find it within your application. Specifically, a min.map file is a sourcemap: someone is looking at your web pages with Chrome's developer tools or similar. You can find the map file and place it in your application, see the details of how to do this here. Note this: Normal users will not need the sourcemap data, it's only needed for debugging JS code via development tools.

   
-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com
 
 

saintthor

unread,
Apr 26, 2014, 12:00:05 AM4/26/14
to google-a...@googlegroups.com
thank you.

it is Chrome's developer tools.

在 2014年4月25日星期五UTC+8上午1时24分05秒,Vinny P写道:
Reply all
Reply to author
Forward
0 new messages