From 2b319fe94b6205c53dd2b5facf479f9ac19a5e7c Mon Sep 17 00:00:00 2001 From: Godwin Date: Sat, 5 Jul 2014 14:45:55 -0600 Subject: [PATCH] Asset pipeline change --- app/views/pages/home.html.haml | 2 +- config/environments/production.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/pages/home.html.haml b/app/views/pages/home.html.haml index 4b6a539..b945979 100644 --- a/app/views/pages/home.html.haml +++ b/app/views/pages/home.html.haml @@ -1,6 +1,6 @@ - title 'Bike!Bike!' - if @conference - =# render 'conferences/header' + = render 'conferences/header' -#%section -# .row diff --git a/config/environments/production.rb b/config/environments/production.rb index dec79c4..7ff8540 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -46,9 +46,9 @@ BikeBike::Application.configure do config.log_level = :info config.cache_classes = true - config.serve_static_assets = true + #config.serve_static_assets = true config.assets.compile = true - config.assets.digest = true + # config.assets.digest = true # Prepend all log lines with the following tags. # config.log_tags = [ :subdomain, :uuid ]