Skip to content

Commit

Permalink
Adds 'compass-rails' for asset precompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrove committed Mar 17, 2012
1 parent 44f9103 commit 10e88cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -8,6 +8,7 @@ group :assets do
gem 'sass-rails', " ~> 3.1.0"
gem 'uglifier'
gem 'compass', '>= 0.12.alpha.0'
gem 'compass-rails'
end

gem 'jquery-rails'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -61,6 +61,8 @@ GEM
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
compass-rails (1.0.0)
compass (~> 0.12.0)
database_cleaner (0.7.1)
devise (1.4.9)
bcrypt-ruby (~> 3.0)
Expand Down Expand Up @@ -199,6 +201,7 @@ DEPENDENCIES
cancan (= 1.6.1)
capybara
compass (>= 0.12.alpha.0)
compass-rails
database_cleaner
devise (~> 1.4.0)
devise_bushido_authenticatable
Expand Down

0 comments on commit 10e88cb

Please sign in to comment.