Browse Source

Asset pipeline change

development
Godwin 10 years ago
parent
commit
2b319fe94b
  1. 2
      app/views/pages/home.html.haml
  2. 4
      config/environments/production.rb

2
app/views/pages/home.html.haml

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

4
config/environments/production.rb

@ -46,9 +46,9 @@ BikeBike::Application.configure do
config.log_level = :info config.log_level = :info
config.cache_classes = true config.cache_classes = true
config.serve_static_assets = true #config.serve_static_assets = true
config.assets.compile = true config.assets.compile = true
config.assets.digest = true # config.assets.digest = true
# Prepend all log lines with the following tags. # Prepend all log lines with the following tags.
# config.log_tags = [ :subdomain, :uuid ] # config.log_tags = [ :subdomain, :uuid ]

Loading…
Cancel
Save