Skip to content
New issue

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

Change CDN away from unpkg #1076

Closed
AndreasBakke opened this issue Jul 22, 2022 · 1 comment
Closed

Change CDN away from unpkg #1076

AndreasBakke opened this issue Jul 22, 2022 · 1 comment

Comments

@AndreasBakke
Copy link

Issue Summary:

unpkg is unmaintained, which may result in a bad user experience for users. Especially today, when unpkg returned 520 errors for most libraries. ref: mjackson/unpkg#338

Recommendation:

Change provider from unpkg to cdnjs, jsdelivr or equivalent.

Example:

<script src="https://cdnjs.cloudflare.com/ajax/libs/tagify/4.14.0/tagify.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tagify/4.14.0/tagify.polyfills.min.js" </script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tagify/4.14.0/tagify.css"/>
@yairEO
Copy link
Owner

yairEO commented Jul 23, 2022

Thanks I havn't noticed any problems whatsoever with Tagify on unpgk but if you say they are unmaintained then I will update the text in the README to recommend cdnjs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants