From http://stackoverflow.com/questions/9841026/reference-github-file-in-jsfiddle :
-- And yes, it is, just get the raw copy. Take the URL (https://github.com/minitech/Sprint2/blob/master/sprint.js), add
raw.
before github
, and remove the blob/
part:https://raw.github.com/minitech/Sprint2/master/sprint.js
-- You can also just replace
/blob/
with /raw/
and Github will 301 you to the correct url.
No comments:
Post a Comment