# HG changeset patch # User Waitaya Krongapiradee # Date 2014-12-31 12:17:30 # Node ID 02dc29f20fd1eed8ac548e3be64f750b49a835d1 # Parent 5681db09efa8aa645c6e8d00fd70a030f7ddf759 Prevented assets from rendering twice diff --git a/config/environments/development.rb b/config/environments/development.rb --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -34,4 +34,7 @@ # Expands the lines which load the assets config.assets.debug = true + + # Prevents assets from rendering twice + config.serve_static_assets = false end