From d7db997973b3f32387ca07985989bcee08f6101b Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Fri, 22 Jun 2018 11:02:03 -0500 Subject: [PATCH] Add non-compile feature --- 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 28668e07..77cc8094 100755 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -81,8 +81,7 @@ Commitchange::Application.configure do # with SQLite, MySQL, and PostgreSQL) # config.active_record.auto_explain_threshold_in_seconds = 0.5 - # Facebook application ID and secret auth token. Found in the CommitChange - # app dashboard. + config.assets.compile = false # Compress json # config.middleware.use Rack::Deflater