rniemeyer / knockout-sortable

A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
MIT License
547 stars 128 forks source link

Consider /jQuery.UI.Interactions.Sortable for NuGet dependency #127

Closed GeoffCox closed 9 years ago

GeoffCox commented 9 years ago

I noticed that jQuery.UI has a NuGet package for just the sortable portion of the library. Since your great KO extension is focused just on the sortable feature of jQueryUI, I wonder if this would be a lightweight alternative for a dependency, rather than jQuery.UI.Combined.

I'm not sure if you'd have to produce two NuGet packages to handle both cases (combined vs. just sortable).

rniemeyer commented 9 years ago

Sounds like a reasonable thing to do. I'll take a look next time that I publish to Nuget. Thanks!

rniemeyer commented 9 years ago

The sortable Nuget package does not appear to be updated since 2011. I am going to stick with the combined package for now, but am happy to revisit it in the future.