Browse Source

Check if it is working outside of group :assets in production.

Martin Edenhofer 9 years ago
parent
commit
bb3ef8910f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Gemfile

+ 2 - 1
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'