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

CDN links not working #497

Open
raziEiL opened this issue Jun 8, 2021 · 3 comments
Open

CDN links not working #497

raziEiL opened this issue Jun 8, 2021 · 3 comments

Comments

@raziEiL
Copy link

raziEiL commented Jun 8, 2021

This CDN link are completely broken

<!-- Entire bundle -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.13/lib/draggable.bundle.js"></script>
<!-- legacy bundle for older browsers (IE11) -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.13/lib/draggable.bundle.legacy.js"></script>
<!-- Draggable only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.13/lib/draggable.js"></script>
<!-- Sortable only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.13/lib/sortable.js"></script>
<!-- Droppable only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.13/lib/droppable.js"></script>
<!-- Swappable only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.13/lib/swappable.js"></script>
<!-- Plugins only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.13/lib/plugins.js"></script>

Output from Dev Tools console:
Failed to load resource: the server responded with a status of 404 ()

@zjffun
Copy link
Contributor

zjffun commented Jun 9, 2021

Sorry for the inconvenience. The latest version has been merged, but failed to publish a new version on NPM. So we need to use 1.0.0-beta.12 now.

@zjffun
Copy link
Contributor

zjffun commented Jun 9, 2021

@tsov It looks like #480 publish failed. Could you please check it when you are free?

@jamesnakagawa
Copy link

Is an update possible here @tsov? While I accept this package is no longer maintained, It would be nice to allow community to continue the work.

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

No branches or pull requests

3 participants