Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
A lazy commit.
  • Loading branch information
ambethia committed Sep 28, 2018
1 parent 380e6a4 commit 2fd5d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
config.consider_all_requests_local = false
config.action_controller.perform_caching = true
config.require_master_key = true
config.public_file_server.enabled = false
config.public_file_server.enabled = true
config.assets.js_compressor = Uglifier.new(:harmony => true)
config.assets.css_compressor = :sass
config.assets.compile = false
Expand Down

0 comments on commit 2fd5d6a

Please sign in to comment.