From 14ba4cfd3c6455d06f4aae997fda1e9ea083cdea Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sat, 11 Jun 2011 07:56:04 -0400 Subject: 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. --- Gemfile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index b7473d16..4c3b7a40 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,3 @@ gem 'RedCloth' gem 'haml', '>= 3.1' gem 'compass', '>= 0.11' gem 'rubypants' -gem 'rb-fsevent' -gem 'guard-livereload' -gem 'serve' -- cgit v1.2.1