We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've sent a couple of requests to get PrettyCheckable on jsdelivr and cdnjs.
jsdelivr/jsdelivr#9702 cdnjs/cdnjs#6968
And it's getting there, although there is a problem: the image generated with sprites is not under the dist directory.
dist
Could you change that?
Thank you, Adrien
The text was updated successfully, but these errors were encountered:
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 cdnjs/cdnjs#6968
Sorry, something went wrong.
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"
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]/
No branches or pull requests
I've sent a couple of requests to get PrettyCheckable on jsdelivr and cdnjs.
jsdelivr/jsdelivr#9702
cdnjs/cdnjs#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
The text was updated successfully, but these errors were encountered: