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:
parent
91b8ad5ff4
commit
04fccf18f3
4
Gemfile
4
Gemfile
@ -6,9 +6,6 @@ gem 'rails', '~> 4.0.0'
|
||||
# Bundle edge Rails instead:
|
||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
|
||||
# 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 'uglifier'
|
||||
@ -16,7 +13,6 @@ group :assets do
|
||||
gem 'sprockets_better_errors'
|
||||
|
||||
gem 'bourbon'
|
||||
end
|
||||
|
||||
gem 'jquery-rails'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user