Browse Source

Attempt #4

development
Godwin 11 years ago
parent
commit
212d8e1294
  1. 5
      config/environments/production.rb

5
config/environments/production.rb

@ -47,6 +47,11 @@ Starterapp::Application.configure do
config.assets.initialize_on_precompile = false
config.cache_classes = true
config.serve_static_assets = true
config.assets.compile = true
config.assets.digest = true
# Prepend all log lines with the following tags.
# config.log_tags = [ :subdomain, :uuid ]

Loading…
Cancel
Save