diff --git a/app/models/theme.rb b/app/models/theme.rb index 4727426a15f..9bda971d549 100644 --- a/app/models/theme.rb +++ b/app/models/theme.rb @@ -159,6 +159,9 @@ class Theme < ActiveRecord::Base BASE_COMPILER_VERSION, Ember::VERSION, GlobalSetting.cdn_url, + GlobalSetting.s3_cdn_url, + GlobalSetting.s3_endpoint, + GlobalSetting.s3_bucket, Discourse.current_hostname ] Digest::SHA1.hexdigest(dependencies.join)