From 2b8d2638b778babd8d6eaf15fd4307d975cc5524 Mon Sep 17 00:00:00 2001 From: Godwin Date: Sun, 6 Jul 2014 19:30:56 -0600 Subject: [PATCH] A small fix --- config/environments/production.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 58a29dd..35ed18f 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -27,13 +27,13 @@ BikeBike::Application.configure do # config.assets.css_compressor = :sass # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = true + #config.assets.compile = true # Generate digests for assets URLs. #config.assets.digest = true # Version of your assets, change this if you want to expire all your assets. - config.assets.version = '1.0' + config.assets.version = '1.01' # Specifies the header that your server uses for sending files. # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache @@ -45,7 +45,7 @@ BikeBike::Application.configure do # Set to :debug to see everything in the log. config.log_level = :info - config.cache_classes = true + #config.cache_classes = true #config.serve_static_assets = true #config.assets.compile = true # config.assets.digest = true @@ -65,7 +65,7 @@ BikeBike::Application.configure do # Precompile additional assets. # application.js, application.css, and all non-JS/CSS in app/assets folder are already added. # config.assets.precompile += %w( search.js ) - config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif *.css) + config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif) # Ignore bad email addresses and do not raise email delivery errors. # Set this to true and configure the email server for immediate delivery to raise delivery errors.