We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c77698 commit 0d8f657Copy full SHA for 0d8f657
guides/source/asset_pipeline.md
@@ -1064,8 +1064,8 @@ config.assets.css_compressor = :sass
1064
1065
### JavaScript Compression
1066
1067
-Possible options for JavaScript compression are `:closure`, `:uglifier` and
1068
-`:yui`. These require the use of the `closure-compiler`, `uglifier` or
+Possible options for JavaScript compression are `:terser`, `:closure`, `:uglifier` and
+`:yui`. These require the use of the `terser`, `closure-compiler`, `uglifier` or
1069
`yui-compressor` gems, respectively.
1070
1071
Take the `uglifier` gem, for example.
0 commit comments