Rawgit.com is shutting down
See original GitHub issueFor the last few years we have been using https://rawgit.com/ for “previewing” PRs.
In the case of https://github.com/mrdoob/three.js/pull/14942 we would use this link to preview the changes before merging:
https://rawgit.com/yomboprime/three.js/moses/examples/webgl_gpgpu_water.html
Unfortunately, as you can see, rawgit is going away, and the proposed alternative (https://www.jsdelivr.com) serves html as Content-Type: text/plain
.
Is anyone aware of any other option to continue that workflow? Maybe a browser extension?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
rawgit.com is being shutdown · Issue #10716 - GitHub
RawGit is now in a sunset phase and will soon shut down. It's been a fun five years, but all things must end....
Read more >RawGit on Twitter: "Hi! RawGit is shutting down. Repos that ...
Hi! RawGit is shutting down. Repos that served content through RawGit within the last month will continue to be served until 2019, ...
Read more >RawGit
RawGit is now in a sunset phase and will soon shut down. It's been a fun five years, but all things must end....
Read more >Are you aware that RawGit will soon be shut down? - Sololearn
It appears that RawGit https://rawgit.com/ will soon be shut down. This is a site I have used for some time and now need...
Read more >Public Service Announcement: Rawgit Shutting Down
RawGit is now in a sunset phase and will soon shut down. It's been a fun five years, but all things must end....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@fraguada could you show how to use unpkg to load a live example?
Something like:
https://unpkg.com/three@0.97.0/examples/webgl_animation_skinning_blending.html
EDIT: just saw you discussion over on the forum: https://discourse.threejs.org/t/cdn-for-non-build-files/4727
I guess you mean it can be used as a CDN rather than for live examples.
However, in that case I think you can just use GitHub pages: https://threejs.org/examples/js/controls/OrbitControls.js
Githack is a clone of rawgit:
https://raw.githack.com/yomboprime/three.js/moses/examples/webgl_gpgpu_water.html
Staticaly is similar but only has production, not CDN links:
https://cdn.staticaly.com/gh/yomboprime/three.js/moses/examples/webgl_gpgpu_water.html
Same with htmlpreview.github.io except that it’s hosted with GH pages:
https://htmlpreview.github.io/?https://github.com/yomboprime/three.js/blob/moses/examples/webgl_gpgpu_water.html