-
Notifications
You must be signed in to change notification settings - Fork 49
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
npm package? #28
Comments
Hey @sanand0 , thanks for your input! 😊 Is there some advantage to this that I am missing? Why not use the jsDelivr link? I mean, even if you |
Aha! Here are four real-life situations I'm facing -- probably in the order of increasing importance. Offline access. Next week, I'm on a 4-hour flight to Singapore. I'll be building an app in the flight, without Internet access, and it would be really cool if I could Version control. Let's say you're fixing a bug, and accidentally push the wrong file. (It happens to all of us.) Suddenly, that's on the CDN, my app stops working, and the only way I can fix it is by urgently reaching out for help. Of course, you'd probably be nice about it, but it could be the middle of the night... 🙂 Privacy. I'm building apps for a client who'd rather not share information on the number of times their app is accessed. By requesting from a CDN, they're implicitly sharing this information, making their auditors uncomfortable. So they've told me to Security. I'm also building apps for a cyber-security client. They said, "Look, Jonas sounds like a great guy. But we're in the cyber-security business. Are you asking my clients to believe that we're certifying that CDN link to be safe for all eternity, even if his account gets hacked?" (Well, not exactly that, but something like that.) So yes, even if I BTW, thanks for asking this question. I really enjoyed replying 😀 |
Haha, one of those reasons would have been enough. |
I've been using this in
Even without checking GitHub for updates this has been incredibly helpful. Thanks @tofsjonas. disclaimer: not a big fan of complicated package manager setups. |
@tofsjonas, thanks for a nifty library!
I'd love to use this as an npm package -- and I believe others would too. If you're open to it, shall I send a pull request for a
package.json
?I thought
npm install vanilla-sortable
might work, since vanilla-sortable is available, and most other variants ofsortable
aren't. What do you prefer?The text was updated successfully, but these errors were encountered: