From 08822fe405accadf2e8119a59c1ae16de671494d Mon Sep 17 00:00:00 2001 From: Edin Dazdarevic Date: Mon, 16 Feb 2015 23:16:42 +0100 Subject: [PATCH] we'll use assets pipeline in prod as well (for now) --- back-office/config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back-office/config/environments/production.rb b/back-office/config/environments/production.rb index 1ea5bc2..9ab7673 100644 --- a/back-office/config/environments/production.rb +++ b/back-office/config/environments/production.rb @@ -29,7 +29,7 @@ Rails.application.configure do # config.assets.css_compressor = :sass # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false + config.assets.compile = true # Asset digests allow you to set far-future HTTP expiration dates on all assets, # yet still be able to expire them through the digest params.