Check if it is working outside of group :assets in production.
This commit is contained in:
parent
c47ddcfb83
commit
bb3ef8910f
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -12,7 +12,6 @@ gem 'json'
|
|||
# Gems used only for assets and not required
|
||||
# in production environments by default.
|
||||
group :assets do
|
||||
gem 'autoprefixer-rails'
|
||||
gem 'sass-rails' #, github: 'rails/sass-rails'
|
||||
gem 'coffee-rails'
|
||||
gem 'coffee-script-source'
|
||||
|
@ -24,6 +23,8 @@ group :assets do
|
|||
gem 'eco'
|
||||
end
|
||||
|
||||
gem 'autoprefixer-rails'
|
||||
|
||||
gem 'omniauth'
|
||||
gem 'omniauth-twitter'
|
||||
gem 'omniauth-facebook'
|
||||
|
|
Loading…
Reference in a new issue