We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a2101 commit a37a8dbCopy full SHA for a37a8db
Configuration App/config/environments/production.rb
@@ -22,14 +22,14 @@
22
23
# Disable serving static files from the `/public` folder by default since
24
# Apache or NGINX already handles this.
25
- config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present?
+ # config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present?
26
27
# Compress JavaScripts and CSS.
28
config.assets.js_compressor = :uglifier
29
# config.assets.css_compressor = :sass
30
31
# Do not fallback to assets pipeline if a precompiled asset is missed.
32
- config.assets.compile = true
+ config.assets.compile = false
33
34
# Asset digests allow you to set far-future HTTP expiration dates on all assets,
35
# yet still be able to expire them through the digest params.
0 commit comments