diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-06-11 07:56:04 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-06-11 07:56:04 -0400 |
commit | 14ba4cfd3c6455d06f4aae997fda1e9ea083cdea (patch) | |
tree | 61e843a3495eac400cfed23e0f872a30a7f6a1a3 /Gemfile | |
parent | 8d3731e0dc684c8798c652d5d433721e95057c27 (diff) | |
download | my_new_personal_website-14ba4cfd3c6455d06f4aae997fda1e9ea083cdea.tar.xz my_new_personal_website-14ba4cfd3c6455d06f4aae997fda1e9ea083cdea.zip |
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.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -7,6 +7,3 @@ gem 'RedCloth' gem 'haml', '>= 3.1' gem 'compass', '>= 0.11' gem 'rubypants' -gem 'rb-fsevent' -gem 'guard-livereload' -gem 'serve' |