From 051a564db0b00b8dfdf22cfdd100e7b4aae56d5d Mon Sep 17 00:00:00 2001 From: Godwin Date: Sat, 12 Jul 2014 16:29:29 -0600 Subject: [PATCH] asset_host --- config/environments/production.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index f07fd8a..49b660a 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -66,6 +66,7 @@ BikeBike::Application.configure do # application.js, application.css, and all non-JS/CSS in app/assets folder are already added. # config.assets.precompile += %w( search.js ) config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif) + config.action_controller.asset_host = "https://cdn.bikebike.org" # Ignore bad email addresses and do not raise email delivery errors. # Set this to true and configure the email server for immediate delivery to raise delivery errors.