From 0ffcbe2ac0a70123a3accbe4d84dd48a89fd0987 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 21 Aug 2013 21:38:15 +0200 Subject: [PATCH] Added some comment. --- config/environments/development.rb | 3 +++ 1 file changed, 3 insertions(+) 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