Skip to content

Commit

Permalink
deprecated option name (will be removed in Rails 5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacvicar committed Oct 20, 2017
1 parent 73cb46b commit d79b45a
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 @@ -2,7 +2,7 @@
config.cache_store = :mem_cache_store, 'localhost:11211', {namespace: 'software', compress: true}
config.log_level = :debug

config.serve_static_assets = false
config.serve_static_files = false

# Compress JavaScripts and CSS
config.assets.js_compressor = :uglifier
Expand Down

0 comments on commit d79b45a

Please sign in to comment.