olivernn / davis.js

RESTful degradable JavaScript routing using pushState
http://davisjs.com
532 stars 58 forks source link

Replace Rake with Make #19

Closed tj closed 12 years ago

tj commented 12 years ago

nicer for non-ruby ppl. I'm not saying you should get rid of ./dist, but Im not sure it really makes sense when someone can grab a release via tag etc, if there's a specific reason for it then that's cool

olivernn commented 12 years ago

I was planning on moving away from the ruby and closure compiler, feels much cleaner having the only build dependencies being a javascript runtime. Thanks for saving me a job!

I kind of like having the version in the filename, just so that at a glance it is easy to see what version you are running. It also means that people hot linking the files from GitHub don't unexpectedly get a new version, which could include changes that are not backwards compatible.

tj commented 12 years ago

yeah we could still add that, it's just easier for the targets to leave it out but not a big deal