From 8bdbe266c5d465288375507da822e73adc3139db Mon Sep 17 00:00:00 2001 From: Steven Hancock Date: Sun, 10 Jun 2012 23:37:03 -0700 Subject: [PATCH] Don't precompile apps.show.js --- config/environments/production.rb | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 3e57f0c..31d0aa9 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -28,9 +28,6 @@ Errbit::Application.configure do # Use a different cache store in production # config.cache_store = :mem_cache_store - # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added) - config.assets.precompile += %w( apps.show.js ) - # Disable Rails's static asset server # In production, Apache or nginx will already do this config.serve_static_assets = false -- libgit2 0.21.2