winton / stasis

Static sites made powerful
http://stasis.me
MIT License
677 stars 56 forks source link

Add bundler gemfile #7

Closed runlevel5 closed 13 years ago

runlevel5 commented 13 years ago

I think it is more convenient to have a Gemfile with dependencies. Thoughts?

winton commented 13 years ago

Just wondering, in what way is it more convenient for you? I got turned off to Bundler when it was in beta but am willing to give it another chance.

connor commented 13 years ago

It's more convenient in larger-scale projects, which a rubyist would most likely be using Rails for (in my opinion). However, I do like the separation of gems, etc from the rest of the application files, which is what a Gemfile does well.

budu commented 13 years ago

@winton: you should definitely give Bundler another chance!

br commented 13 years ago

I now have a Gemfile for you guys :)