Asset pipeline change
This commit is contained in:
parent
853aa63df0
commit
2b319fe94b
@ -1,6 +1,6 @@
|
||||
- title 'Bike!Bike!'
|
||||
- if @conference
|
||||
=# render 'conferences/header'
|
||||
= render 'conferences/header'
|
||||
|
||||
-#%section
|
||||
-# .row
|
||||
|
@ -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 ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user