set config.serve_static_assets = false

This commit is contained in:
peter
2017-05-31 21:40:47 +02:00
parent 4ed7e92385
commit fddaa0dcb6
2 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ Fetsite::Application.configure do
config.action_controller.perform_caching = true config.action_controller.perform_caching = true
# Disable Rails's static asset server (Apache or nginx will already do this) # Disable Rails's static asset server (Apache or nginx will already do this)
config.serve_static_assets = true config.serve_static_assets = false
# Compress JavaScripts and CSS # Compress JavaScripts and CSS
config.assets.compress = true config.assets.compress = true

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB