Created
May 17, 2015 21:11
-
-
Save nodirt/03d8e48380744e0f2e8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Uncaught SyntaxError: Unexpected token ) | |
(index):28 GET http://githut.info/web/js/vendors/d3/d3.min.js (anonymous function) @ (index):28 | |
main.js:1 Uncaught ReferenceError: d3 is not defined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably cloudfare failed to serve d3.js and it couldn't "degrade gracefully" to the local file, because d3.min.js was missing from the server.
I couldn't replicate the error as cloudfare restarted to work well. Anyway now the backup solution with the local file is in place.
Thanks for pointing this out.