showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.26k stars 1.56k forks source link

Fix for DevTools failed to load SourceMap #810

Open ModelEarth opened 4 years ago

ModelEarth commented 4 years ago

To fix the following warning:

DevTools failed to load SourceMap: Could not load content for http://localhost:8887/localsite/js/showdown.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Replace the # symbol in the last line: //# sourceMappingURL=showdown.min.js.map

Should be: // sourceMappingURL=showdown.min.js.map

The warning appears in the inspector. It's not visible to all users.