From bb3ef8910f20f2b5042e2a53e437aa6e0855f023 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 28 May 2015 10:39:15 +0200 Subject: [PATCH] Check if it is working outside of group :assets in production. --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index cd8e340f2..412eb85c0 100644 --- a/Gemfile +++ b/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'