File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Configuration App/config/environments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
23
23
# Disable serving static files from the `/public` folder by default since
24
24
# Apache or NGINX already handles this.
25
- config . serve_static_files = ENV [ 'RAILS_SERVE_STATIC_FILES' ] . present?
25
+ # config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present?
26
26
27
27
# Compress JavaScripts and CSS.
28
28
config . assets . js_compressor = :uglifier
29
29
# config.assets.css_compressor = :sass
30
30
31
31
# Do not fallback to assets pipeline if a precompiled asset is missed.
32
- config . assets . compile = true
32
+ config . assets . compile = false
33
33
34
34
# Asset digests allow you to set far-future HTTP expiration dates on all assets,
35
35
# yet still be able to expire them through the digest params.
You can’t perform that action at this time.
0 commit comments