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
14
Gemfile
14
Gemfile
@ -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'
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user