example/rails_app/config/environments/development.rb in flip_fab-1.0.1 vs example/rails_app/config/environments/development.rb in flip_fab-1.0.2

- old
+ new

@@ -18,10 +18,10 @@ # Add `rack-cache` to your Gemfile before enabling this. # For large-scale production use, consider using a caching reverse proxy like nginx, varnish or squid. # config.action_dispatch.rack_cache = true # Disable Rails's static asset server (Apache or nginx will already do this). - config.serve_static_files = false + config.public_file_server.enabled = false # Compress JavaScripts and CSS. config.assets.js_compressor = :uglifier # config.assets.css_compressor = :sass