Commit aa3d3451 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'issue-disable-debug-assets' into 'master'

Issue disable debug assets

Improve development speed. Concats all javascript into on file / HTTP request.

See merge request !1017
parents 53ead2e3 88773498
......@@ -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 }
......
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