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<http://stackoverflow.com/questions/18365315/jquerys-jquery-1-10-2-min-map-is-triggering-a-404-not-found>. 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 On Thu, Apr 24, 2014 at 8:48 AM, saintthor <[email protected]> wrote: > what cause this warning? > > i use jquery in page, did't refer any jquery-2.0.3.min.map. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
