Skip to content

Commit

Permalink
Merge pull request #379 from cul-it/update/2.13.0
Browse files Browse the repository at this point in the history
remove cloudfront; remove featured_pages_block override
  • Loading branch information
elrayle authored Nov 5, 2020
2 parents bedb6c3 + fdef54c commit d72fa54
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 39 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 2.17.10 (2020-11-05)

* CloudFront requires more testing -- removed
* remove override of featured_pages_block - problem fixed in spotlight

### 2.17.9 (2020-09-18)

* setup CloudFront pre-loading of assets
Expand Down
37 changes: 0 additions & 37 deletions app/models/sir_trevor_rails/blocks/featured_pages_block.rb

This file was deleted.

2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb

# Enable serving of images, stylesheets, and JavaScripts from an asset server.
config.action_controller.asset_host = ENV['CLOUDFRONT_ENDPOINT']
# config.action_controller.asset_host = ENV['CLOUDFRONT_ENDPOINT']

# Specifies the header that your server uses for sending files.
# config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Version
VERSION = "v2.17.9".freeze
VERSION = "v2.17.10".freeze
end

0 comments on commit d72fa54

Please sign in to comment.