Turning off config.assets.initialize_on_precompile

This commit is contained in:
Godwin
2013-10-28 23:22:19 -06:00
parent 40f3f7fd0c
commit 86d92b7559
4 changed files with 2 additions and 45 deletions
+2
View File
@@ -45,6 +45,8 @@ Starterapp::Application.configure do
# Set to :debug to see everything in the log.
config.log_level = :info
config.assets.initialize_on_precompile = false
# Prepend all log lines with the following tags.
# config.log_tags = [ :subdomain, :uuid ]