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