Skip to content

Commit

Permalink
[fix] production.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
toshiki-o23 committed May 20, 2021
1 parent 0239e8b commit 91736a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -27,7 +27,7 @@

# Do not fallback to assets pipeline if a precompiled asset is missed.
config.assets.compile = true
config.assets.js_compressor = :uglifier
config.assets.js_compressor = Uglifier.new(harmony: true)
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = 'http://assets.example.com'

Expand Down

0 comments on commit 91736a4

Please sign in to comment.