Skip to content

Commit

Permalink
Merge branch 'use-cloudfront-assets'
Browse files Browse the repository at this point in the history
Fixes #28
  • Loading branch information
Nick Barnwell committed May 5, 2015
2 parents f100867 + 03569b5 commit 59ce231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -55,7 +55,7 @@
# config.cache_store = :mem_cache_store

# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = "http://assets.example.com"
config.action_controller.asset_host = ENV['CDN_ASSET_HOST']

# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
Expand Down

0 comments on commit 59ce231

Please sign in to comment.