Fixed assets issues

This commit is contained in:
Godwin
2016-01-16 22:24:20 -08:00
parent d161c87be8
commit cefb648699
763 changed files with 16305 additions and 78064 deletions
-5
View File
@@ -1,7 +1,2 @@
CarrierWave.configure do |config|
if Rails.env == "production"
config.asset_host = "https://cdn.bikebike.org"
elsif Rails.env == "preview"
config.asset_host = "https://preview-cdn.bikebike.org"
end
end