mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 00:56:41 +10:00
Disable debug of assets by default
This reduces the time to load a page in development mode by 200%
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user