rawgit icon indicating copy to clipboard operation
rawgit copied to clipboard

URL formatter treats release/archive URLs as valid even though they're not supported

Open PeterDaveHello opened this issue 8 years ago • 2 comments

Though the url formatter support url like this: https://github.com/rgrove/rawgit/archive/master.zip

but, both of these urls return 404 not found: https://rawgit.com/rgrove/rawgit/archive/master.zip https://cdn.rawgit.com/rgrove/rawgit/archive/master.zip

Is it possible to support release/archive tarball? It'll be very nice!

BTW, thanks for this cool service!

PeterDaveHello avatar Sep 18 '16 15:09 PeterDaveHello

It think it goes hand in hand with this feature request: https://github.com/rgrove/rawgit/issues/66

desyncr avatar Sep 19 '16 17:09 desyncr

My application master branch magically works fine through rawgit happily: https://cdn.rawgit.com/hcchengithub/jeforth.3we/master/index.html

But releases https://github.com/hcchengithub/jeforth.3we/releases/tag/R1 gets "404 error" https://cdn.rawgit.com/hcchengithub/jeforth.3we/releases/tag/R1/index.html I don't know if the above URL is correct?

hcchengithub avatar Jan 12 '17 09:01 hcchengithub