Asset pipeline change

This commit is contained in:
Godwin 2014-07-05 14:45:55 -06:00
parent 853aa63df0
commit 2b319fe94b
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
- title 'Bike!Bike!'
- if @conference
=# render 'conferences/header'
= render 'conferences/header'
-#%section
-# .row

View File

@ -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 ]