From 2c9a7a8946f582d893ce7b1faeff0a0eee28bc99 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 14 Dec 2012 02:41:59 -0500 Subject: [PATCH] changed caching again --- config/application.rb | 2 +- config/environments/production.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/application.rb b/config/application.rb index d1d2057a..06c7c4d0 100644 --- a/config/application.rb +++ b/config/application.rb @@ -51,7 +51,7 @@ module ISSAD # config.active_record.whitelist_attributes = true # Enable the asset pipeline - config.assets.enabled = false + config.assets.enabled = true # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0' diff --git a/config/environments/production.rb b/config/environments/production.rb index 65493518..835c2885 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -12,7 +12,7 @@ ISSAD::Application.configure do config.serve_static_assets = false # Compress JavaScripts and CSS - config.assets.compress = true + config.assets.compress = false # Don't fallback to assets pipeline if a precompiled asset is missed config.assets.compile = false