GeppettoJS / backbone.geppetto

Bring your Backbone applications to life with an event-driven Command framework.
http://geppettojs.github.com/backbone.geppetto/
MIT License
203 stars 28 forks source link

Optimize grunt tasks #60

Closed creynders closed 10 years ago

creynders commented 10 years ago

As discussed in #57 we needed a solution to avoid annoying merge conflicts of the minified file whenever several PR's are simultaneously outstanding.

I simply split the testing part into its own task. Easiest for now is that contributors run grunt which aliases to grunt test and leave the building to you, once you've merged the PR. I've no idea how other libs handle the minified/binary files, except by leaving them out of the repo altogether.

As far as I'm concerned all my PR's can be merged, unless I missed something?

geekdave commented 10 years ago

Awesome - Didn't know about grunt-jit either!