diff --git a/config/environments/development.rb b/config/environments/development.rb index 01170151e..c9d05dbe1 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -32,6 +32,9 @@ Zammad::Application.configure do # Do not compress assets config.assets.compress = false + # Deliver all in one application.(js|css) file + #config.assets.debug = false # Expands the lines which load the assets config.assets.debug = true + end