From 55545e2192992ac3fe26bc4672a589b98c9a717c Mon Sep 17 00:00:00 2001 From: Mohammed Rashid Date: Thu, 18 Jun 2015 20:42:35 +0100 Subject: [PATCH] added comments for assets.debug --- config/environments/development.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index f785e102..c0a3d12c 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -26,5 +26,7 @@ config.assets.compress = false # Expands the lines which load the assets + # This option may cause significant delays in view rendering with a large + # number of complex assets. config.assets.debug = true -end +end \ No newline at end of file