9

So apparently GitHub now allows you to embed any gist in any given programming language as JavaScript code.

For example
https://gist.github.com/psdtohtml5/...

will be

<script src="https://gist.github.com/psdtohtml5/..."></script>

thoughts? is GitHub another CDN?

Comments
Add Comment