Do not compress JS (perhaps it removes source maps, needed for debugging)
This commit is contained in:
parent
564e01eaf6
commit
4baca34a45
@ -19,7 +19,7 @@ Rails.application.configure do
|
||||
config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?
|
||||
|
||||
# Compress JavaScripts and CSS.
|
||||
config.assets.js_compressor = :uglifier
|
||||
# config.assets.js_compressor = :uglifier
|
||||
# config.assets.css_compressor = :sass
|
||||
|
||||
# Do not fallback to assets pipeline if a precompiled asset is missed.
|
||||
|
Loading…
Reference in New Issue
Block a user