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 Gruntfile for zip build process #3

Closed colinwren closed 11 years ago

colinwren commented 11 years ago

I set up a basic grunt build process to create the downloaded zip for the gh-page. Run

npm install && grunt

to build the zip. I still have to make the CSS file and include it in the zip. It would be nice to include the dependencies in a dependencies folder within the zip so users can get the versions of the dependencies that the library is tested with.

I also added a grunt task for jshint, which can be used to help maintain code style consistency. I spent a little time trying to set up continuous integration but I was having trouble with running qunit inside phantomjs, Ill try to get it working tomorrow.