Disable debug of assets by default

This reduces the time to load a page in development mode by 200%
This commit is contained in:
Jan-Willem van der Meer
2014-08-08 17:14:57 +02:00
parent 3b98830f7e
commit 859aa33abf
+1 -1
View File
@@ -23,7 +23,7 @@ Gitlab::Application.configure do
config.assets.compress = false
# Expands the lines which load the assets
config.assets.debug = true
# config.assets.debug = true
# For having correct urls in mails
config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }