Skip to content

Instantly share code, notes, and snippets.

@nodirt
Created May 17, 2015 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nodirt/03d8e48380744e0f2e8a to your computer and use it in GitHub Desktop.
Save nodirt/03d8e48380744e0f2e8a to your computer and use it in GitHub Desktop.
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
@littleark
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment