mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
parent
7c77698263
commit
0d8f6575ab
1 changed files with 2 additions and 2 deletions
|
@ -1064,8 +1064,8 @@ config.assets.css_compressor = :sass
|
||||||
|
|
||||||
### JavaScript Compression
|
### JavaScript Compression
|
||||||
|
|
||||||
Possible options for JavaScript compression are `:closure`, `:uglifier` and
|
Possible options for JavaScript compression are `:terser`, `:closure`, `:uglifier` and
|
||||||
`:yui`. These require the use of the `closure-compiler`, `uglifier` or
|
`:yui`. These require the use of the `terser`, `closure-compiler`, `uglifier` or
|
||||||
`yui-compressor` gems, respectively.
|
`yui-compressor` gems, respectively.
|
||||||
|
|
||||||
Take the `uglifier` gem, for example.
|
Take the `uglifier` gem, for example.
|
||||||
|
|
Loading…
Reference in a new issue