From 11223fbfa3bd9c245b9119e07f925651e72bd49a Mon Sep 17 00:00:00 2001 From: echarp Date: Wed, 25 Jun 2014 00:42:08 +0200 Subject: [PATCH] =?UTF-8?q?git=20deploy=20devrait=20prendre=20en=20charge?= =?UTF-8?q?=20la=20pr=C3=A9compilation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/environments/production.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index ed17b14c..47d3553b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -27,8 +27,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 + config.assets.compile = false # Generate digests for assets URLs. config.assets.digest = true