Skip to content

Commit

Permalink
Switch to compass guard to make guard actually generate SASS.
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed Jun 26, 2011
1 parent 26eb609 commit 515b5ce
Show file tree
Hide file tree
Showing 4 changed files with 340 additions and 230 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ gemspec
group :guard do
gem 'guard'
gem 'guard-ego'
gem 'guard-sass'
gem 'guard-compass'
gem 'guard-coffeescript'
end

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -35,11 +35,11 @@ GEM
guard-coffeescript (0.2.4)
coffee-script (~> 2.2.0)
guard (~> 0.3.0)
guard-ego (0.0.1)
guard-compass (0.0.6)
compass (>= 0.10.5)
guard (>= 0.2.1)
guard-sass (0.1.2)
guard-ego (0.0.1)
guard (>= 0.2.1)
sass (>= 3.1)
haml (3.1.1)
i18n (0.6.0)
mail (2.3.0)
Expand Down Expand Up @@ -77,8 +77,8 @@ DEPENDENCIES
growl
guard
guard-coffeescript
guard-compass
guard-ego
guard-sass
mailcatcher!
rb-fsevent
sass (~> 3.1)
2 changes: 1 addition & 1 deletion Guardfile
Expand Up @@ -5,7 +5,7 @@ guard 'ego' do
watch 'Guardfile'
end

guard 'sass', :output => 'stylesheets' do
guard 'compass', :sass_dir => "public/stylesheets", :css_dir => "public/stylesheets" do
watch %r{^public/stylesheets/.+\.s[ac]ss}
end

Expand Down

0 comments on commit 515b5ce

Please sign in to comment.