google chrome devtools - Error 'jquery-2.0.2.min.map not found' -
i'm getting error in google chrome developer tools:
jquery-2.0.2.min.map not found
i found way rid of removing line jquery-2.0.2.min.js
:
//@ sourcemappingurl=jquery-2.0.2.min.map
however, don't believe idea, since may temporary fix may problem in future. since don't understand nature of error , goofy solution: what's causing error , there better fix it?
apparently, not question related jquery 2.0.2 only. similar stack overflow question great explanation jquery's jquery-1.10.2.min.map triggering 404 (not found). hope shed light on situation.
1. download map file , uncompressed version of jquery. put them minified version.
2. include minified version html
3. check in chrome
4. read introduction javascript source maps
5. familiar debugging javascript
Comments
Post a Comment