Disable debug assets

It's good for debugging javacsript, but creates massive amounts of http request
by adding each javascript individually. Only turn it on while debugging js code.
parent 53ead2e3
...@@ -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