prettyCheckable icon indicating copy to clipboard operation
prettyCheckable copied to clipboard

PrettyCheckable on jsdelivr and cdnjs

Open 0xadri opened this issue 8 years ago • 3 comments

I've sent a couple of requests to get PrettyCheckable on jsdelivr and cdnjs.

https://github.com/jsdelivr/jsdelivr/pull/9702 https://github.com/cdnjs/cdnjs/issues/6968

And it's getting there, although there is a problem: the image generated with sprites is not under the dist directory.

Could you change that?

Thank you, Adrien

0xadri avatar Feb 16 '16 03:02 0xadri

PrettyCheckable is now hosted on cdnjs: https://cdnjs.com/libraries/prettyCheckable/

I created a basic demo showing this hosting is working: https://jsfiddle.net/AdrienBe/b35xvz2g/

Note: this was done in a cdnjs ticket https://github.com/cdnjs/cdnjs/issues/6968

0xadri avatar Feb 21 '16 14:02 0xadri

A nice work around is to use rawgit.com (I just came across this).

It "serves raw files directly from GitHub with proper Content-Type headers".

And "For use on production websites with any amount of traffic. Files are served via MaxCDN's super fast global CDN"

0xadri avatar Mar 08 '16 05:03 0xadri

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/[email protected] Example directory listing https://cdn.jsdelivr.net/npm/[email protected]/

jimaek avatar May 08 '17 10:05 jimaek