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 2222
2323 # Disable serving static files from the `/public` folder by default since
2424 # 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?
2626
2727 # Compress JavaScripts and CSS.
2828 config . assets . js_compressor = :uglifier
2929 # config.assets.css_compressor = :sass
3030
3131 # Do not fallback to assets pipeline if a precompiled asset is missed.
32- config . assets . compile = true
32+ config . assets . compile = false
3333
3434 # Asset digests allow you to set far-future HTTP expiration dates on all assets,
3535 # yet still be able to expire them through the digest params.
You can’t perform that action at this time.
0 commit comments