Skip to content
Snippets Groups Projects
Commit 4baca34a authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Do not compress JS (perhaps it removes source maps, needed for debugging)

parent 564e01ea
No related branches found
Tags v1.3
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment