Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uphost webtorrent.min.js on a cdn #219
Comments
This comment has been minimized.
This comment has been minimized.
|
Requested in IRC by @jakefb |
This comment has been minimized.
This comment has been minimized.
|
There appear to be 2 main options i could find no way to submit to the google js hosting |
This comment has been minimized.
This comment has been minimized.
|
I have used cdnjs for a project before, it worked fine. I guess you should choose whichever one is faster and more reliable. |
This comment has been minimized.
This comment has been minimized.
|
Not sure if it's still the case, but cdnjs is/was banned in China. I had this issue with my own project. On the other hand cdnjs automatically updates libraries via npm, which is really handy. |
This comment has been minimized.
This comment has been minimized.
|
jsDelivr is not banned in China (we are also working on an ICP license to use Chinese CDN providers in our load balancing), plus we also support npm/bower/github auto-updates. And we have combination features and lots more http://cdn.jsdelivr.net/g/underscorejs@1.5.2,restangular@1.2.2 More info https://hacks.mozilla.org/2014/03/jsdelivr-the-advanced-open-source-public-cdn/ Let me know if you have any other questions. |
This comment has been minimized.
This comment has been minimized.
|
I sent PRs to both jsDelivr and cdnjs. Also, when the WebTorrent site is ready, I'll also stick it on the site's CDN which is MaxCDN. |
This comment has been minimized.
This comment has been minimized.
|
This is done :) Go ahead and grab a fresh and speedy copy of WebTorrent from your favorite CDN provider! jsDelivr (latest): https://cdn.jsdelivr.net/webtorrent/latest/webtorrent.min.js cdnjs (current release): https://cdnjs.cloudflare.com/ajax/libs/webtorrent/0.19.1/webtorrent.min.js |
This comment has been minimized.
This comment has been minimized.
|
I wanted to let you know that the new backend is live. It pulls files directly from npm and github https://github.com/jsdelivr/jsdelivr#usage Example https://cdn.jsdelivr.net/npm/jquery@3.1.1 |
This comment has been minimized.
This comment has been minimized.
|
@jimaek Great news! That's a great improvement. Is there a blog post about the new features? Any deprecations? Thank you for letting us know! |
This comment has been minimized.
This comment has been minimized.
|
I am working on it. The only deprecation is the old style of adding files using pull requests. You cant do that anymore, but of course all old files are still accessible. Nothing will break for anyone. |
No description provided.