1. Reduced dependencies and updated the gemfile

2. Added whole vendor directory to .gitignore for `bundle package` users
3. Removed guard tasks and replaced serve tasks in Rakefile.
3. Reorganized rake tasks and cleaned up the Rakefile.
This commit is contained in:
Brandon Mathis
2011-06-11 07:56:04 -04:00
parent 8d3731e0dc
commit 14ba4cfd3c
4 changed files with 44 additions and 87 deletions

View File

@ -7,6 +7,3 @@ gem 'RedCloth'
gem 'haml', '>= 3.1'
gem 'compass', '>= 0.11'
gem 'rubypants'
gem 'rb-fsevent'
gem 'guard-livereload'
gem 'serve'