draggable
draggable copied to clipboard
CDN links not working
This CDN link are completely broken
<!-- Entire bundle -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected]/lib/draggable.bundle.js"></script>
<!-- legacy bundle for older browsers (IE11) -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected]/lib/draggable.bundle.legacy.js"></script>
<!-- Draggable only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected]/lib/draggable.js"></script>
<!-- Sortable only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected]/lib/sortable.js"></script>
<!-- Droppable only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected]/lib/droppable.js"></script>
<!-- Swappable only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected]/lib/swappable.js"></script>
<!-- Plugins only -->
<script src="https://cdn.jsdelivr.net/npm/@shopify/[email protected]/lib/plugins.js"></script>
Output from Dev Tools console:
Failed to load resource: the server responded with a status of 404 ()
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.
@tsov It looks like #480 publish failed. Could you please check it when you are free?
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.