Skip to content

Commit 61b9f82

Browse files
committed
switch back to terser to see if heroku behaves
1 parent 5a6ddc0 commit 61b9f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/environments/production.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?
2424

2525
# Compress JavaScripts and CSS.
26-
config.assets.js_compressor = Uglifier.new(harmony: true)
27-
# config.assets.js_compressor = :terser (alternative for ES6)
26+
# config.assets.js_compressor = Uglifier.new(harmony: true)
27+
config.assets.js_compressor = :terser (alternative for ES6)
2828
# config.assets.css_compressor = :sass
2929

3030
# Do not fallback to assets pipeline if a precompiled asset is missed.

0 commit comments

Comments
 (0)