1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Move assets gems to global.

This commit is contained in:
Dan Barber 2014-03-07 14:18:10 +00:00
parent 91b8ad5ff4
commit 04fccf18f3

14
Gemfile
View File

@ -6,17 +6,13 @@ gem 'rails', '~> 4.0.0'
# Bundle edge Rails instead: # Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git' # gem 'rails', :git => 'git://github.com/rails/rails.git'
# Gems used only for assets and not required gem 'sass-rails', " ~> 4.0.0"
# in production environments by default. gem 'coffee-rails', "~> 4.0.0"
group :assets do gem 'uglifier'
gem 'sass-rails', " ~> 4.0.0"
gem 'coffee-rails', "~> 4.0.0"
gem 'uglifier'
gem 'sprockets_better_errors' gem 'sprockets_better_errors'
gem 'bourbon' gem 'bourbon'
end
gem 'jquery-rails' gem 'jquery-rails'