I\'m seeing error messages about a file, min.map, being not found:
min.map
GET jQuery\'s jquery-1.10.2.min.map is triggering a 404 (Not Found) <
GET jQuery\'s jquery-1.10.2.min.map is triggering a 404 (Not Found)
After following the instructions in the other answers, I needed to strip the version from the map file for this to work for me.
Example: Rename
jquery-1.9.1.min.map
to
jquery.min.map