guzzle / guzzle_sphinx_theme

Sphinx theme used by Guzzle
MIT License
169 stars 60 forks source link

Added jquery.min.map #8

Closed tedivm closed 10 years ago

tedivm commented 10 years ago

This is the jquery source map, which allows browsers to provide better debugging information when using minified libraries.

This additional also prevents a 404 error from occurring when browsers look it up. Alternatively you can remove the “sourceMappingURL=jquery.min.map” file from jquery to remove that error.