You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand the problem dygraph.min.js.map is not in the /2.1.0/dist directory but in the /2.1.0/
The last line of dygraph.min.js refers to
#sourceMappingURL=dist/dygraph.min.js.map
Should be without the dist/ if I'm correct.
(the not .min(imal) version doesn't has the issue)
The text was updated successfully, but these errors were encountered:
I get an error using the online version of
<script src="//cdnjs.cloudflare.com/ajax/libs/dygraph/2.1.0/dygraph.min.js"></script> in a webpageThe error at including the file is:
"DevTools failed to load source map: Could not load content for https://cdnjs.cloudflare.com/ajax/libs/dygraph/2.1.0/dist/dygraph.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE"
If I understand the problem dygraph.min.js.map is not in the /2.1.0/dist directory but in the /2.1.0/
The last line of dygraph.min.js refers to
#sourceMappingURL=dist/dygraph.min.js.map
Should be without the dist/ if I'm correct.
(the not .min(imal) version doesn't has the issue)
The text was updated successfully, but these errors were encountered: