From 8f1ee5ccbe26f7cbe28044c0d2610345e103b191 Mon Sep 17 00:00:00 2001 From: Ken Johnson Date: Sat, 1 Jun 2013 01:09:01 -0400 Subject: [PATCH] trying this --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index a2bbc82..5917335 100755 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -15,7 +15,7 @@ Railsgoat::Application.configure do config.assets.compress = true # Don't fallback to assets pipeline if a precompiled asset is missed - config.assets.compile = false + config.assets.compile = true # Generate digests for assets URLs config.assets.digest = true