From 5934e0c555acd8380587d829f7839765941eeeb5 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 16 May 2016 23:47:51 +0200 Subject: [PATCH] Serving asset files seperately in development mode --- config/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 8b62c6e..6e3a125 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -28,7 +28,7 @@ Debshots::Application.configure do # Debug mode disables concatenation and preprocessing of assets. # This option may cause significant delays in view rendering with a large # number of complex assets. - config.assets.debug = false + config.assets.debug = true # ActiveRecord errors propagate normally (forward deprecation to Rails 5) config.active_record.raise_in_transactional_callbacks = true