evolution / genesis-wordpress

Rapidly create, develop, & deploy WordPress across multiple environments.
MIT License
655 stars 59 forks source link

Add Gemfile #123

Closed ericclemmons closed 10 years ago

ericclemmons commented 10 years ago

Because Ruby & Gems suck in a general, we should add a Gemfile (maybe Gemfile.lock as well?) and recommend using Bundler & bundle exec cap... for everything:

source 'https://rubygems.org'

gem 'capistrano', '~> 2.15'
gem 'capistrano-ext', '~> 1.2.1'
gem 'colored', '~> 1.2'
gem 'sass', '~> 3.2.14'
jimmynotjim commented 10 years ago

You said the same thing three months ago, https://github.com/genesis/wordpress/issues/103. I don't see any downside, just figured it wasn't high-priority so it hadn't made it in.

ericclemmons commented 10 years ago

THERE it is! I was looking for #103, but didn't find it ;)

jimmynotjim commented 10 years ago

There's this handy search box at the top of the page that GitHub provides :D https://github.com/genesis/wordpress/search?q=gemfile&ref=cmdform&type=Issues

AntJanus commented 10 years ago

Man, I'd love for this thing to go out one day...

ericclemmons commented 10 years ago

Closed via #126, but removed sass since it's not required for Genesis.