Skip to content

Commit 411f4e4

Browse files
authored
Merge pull request #904 from codeRIT/cache-improvements
Improves asset caching
2 parents 06d8c7f + b67c81e commit 411f4e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
3333

3434
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
35-
# config.action_controller.asset_host = 'http://assets.example.com'
35+
config.action_controller.asset_host = 'https://staging.brickhack.io'
3636

3737
# Specifies the header that your server uses for sending files.
3838
# config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache

0 commit comments

Comments
 (0)