Skip to content

Commit

Permalink
remove assets block from gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kdavh committed Jan 7, 2014
1 parent 8ca94d2 commit 6fd2c15
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ end

# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 4.0.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'zurb-foundation'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :ruby
gem 'sass-rails', '~> 4.0.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'zurb-foundation'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :ruby

gem 'uglifier', '>= 1.3.0'

gem 'uglifier', '>= 1.3.0'
end

gem 'jquery-rails'

Expand Down

0 comments on commit 6fd2c15

Please sign in to comment.