From bd60f68cfe905a6dc231834e5a739a0564da1887 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sun, 25 Oct 2015 16:51:47 +0800 Subject: [PATCH] try to compile but not compress assets --- config/environments/development.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 53e8b4fb..c4d3540e 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -40,7 +40,8 @@ Metamaps::Application.configure do # Print deprecation notices to the Rails logger config.active_support.deprecation = :log - # Do not compress assets + # Compress assets + config.assets.compile = true config.assets.compress = false # Expands the lines which load the assets