Disable debug of assets by default

This reduces the time to load a page in development mode by 200%
parent 3b98830f
...@@ -23,7 +23,7 @@ Gitlab::Application.configure do ...@@ -23,7 +23,7 @@ Gitlab::Application.configure do
config.assets.compress = false config.assets.compress = false
# Expands the lines which load the assets # Expands the lines which load the assets
config.assets.debug = true # config.assets.debug = true
# For having correct urls in mails # For having correct urls in mails
config.action_mailer.default_url_options = { host: 'localhost', port: 3000 } config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment