mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Remove this unnecessary deprecated doohickey
This commit is contained in:
parent
ebf04857d2
commit
53b3b82cc7
1 changed files with 0 additions and 4 deletions
|
@ -20,10 +20,6 @@ Rails.application.configure do
|
|||
# NGINX, varnish or squid.
|
||||
# config.action_dispatch.rack_cache = true
|
||||
|
||||
# Disable serving static files from the `/public` folder by default since
|
||||
# Apache or NGINX already handles this.
|
||||
config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present?
|
||||
|
||||
# Compress JavaScripts and CSS.
|
||||
config.assets.js_compressor = :uglifier
|
||||
# config.assets.css_compressor = :sass
|
||||
|
|
Loading…
Reference in a new issue