- Create repo on GitHub where you'll put your files.
- Use jsDeliver or statically to get your assets.
Here is repo I'm using:
https://github.com/jcubic/static
And links to files look like this:
Here is repo I'm using:
https://github.com/jcubic/static
And links to files look like this:
@lopugit I don't understand what your code is supposed to do, but I'm glad that you find my gist useful.
@jcubic π π π― π π
Is it actually free though? Isn't Github (or whoever) paying for the service? Isn't this a violation of their terms of use?
@Mugane Sorry I'm not a lawyer. But this has nothing to do with GitHub, JSDelivr is donated to the public, all services give the service are donated to community. JSDelivr don't pay the Cloudflare bill.
Ah, yes you are right. Neat!
@jcubic oh awesome! π
Man, thank you so much for making this gist, this github -> cdn thing has helped me so much, if you use babel standalone, you can basically create full React typescript apps and make them embeddable using just
<script src
, combined with importing esm modules via esm cdn, it's incredibleTake a look here for example.
https://github.com/lopugit/mods/blob/v1.0.16/maccas.js