Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Commit

Permalink
Heroku doesn't like the :assets group.
Browse files Browse the repository at this point in the history
  • Loading branch information
lowentropy committed Aug 10, 2012
1 parent f542df0 commit 2ce4e06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ gem 'devise'
gem 'bson_ext' gem 'bson_ext'
gem 'decent_exposure' gem 'decent_exposure'



# Heroku doesn't like the :assets group
group :assets do # group :assets do
gem 'sass-rails', '~> 3.2.3' gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1' gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3' gem 'uglifier', '>= 1.0.3'
gem 'haml-rails' gem 'haml-rails'
gem 'less' gem 'less'
end # end


group local(:test) do group local(:test) do
gem 'rspec-rails' gem 'rspec-rails'
Expand Down

0 comments on commit 2ce4e06

Please sign in to comment.