From a7a7769bc74312edf4701e9adef3f96847790828 Mon Sep 17 00:00:00 2001 From: Stefan Hacker Date: Sat, 1 Sep 2012 16:25:14 +0200 Subject: [PATCH] mobile.css was missing from production assets precompilation list. --- 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 c8fc96af..b7f86010 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -46,7 +46,7 @@ Tracksapp::Application.configure do # config.action_controller.asset_host = "http://assets.example.com" # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added) - config.assets.precompile += %w( print.css scaffold.css ) + config.assets.precompile += %w( print.css scaffold.css mobile.css ) # Disable delivery errors, bad email addresses will be ignored # config.action_mailer.raise_delivery_errors = false