rotundasoftware / backbone.collectionView

Easily render backbone.js collections. In addition to managing model views, this class supports automatic selection of models in response to clicks, reordering models via drag and drop, and more.
http://rotundasoftware.github.io/backbone.collectionView/
Other
171 stars 27 forks source link

Added css list styling and build step. Unignored zip so it can be downloaded from gh-page #6

Closed colinwren closed 11 years ago

colinwren commented 11 years ago

We should only have one zip because most users will want both the annotated src for development and the minified code for production. I don't think many people will want just the minified code, so its not worth having a separate download just for that. Ill get rid of one of the buttons and make the other one a link to download the zip.

dgbeck commented 11 years ago

We should only have one zip because most users will want both the annotated src for development and the minified code for production

OK, makes sense.