Skip to content

Commit

Permalink
Terser options shorter for readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-menendez committed Oct 6, 2023
1 parent 0b224b1 commit a5fd4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ In your Rails applications environment configuration:

If you need to pass options to terser:

config.assets.terser = {output: {beautify: true, indent_level: 2}, compress: {drop_console: true}}
config.assets.terser = {output: {beautify: true, indent_level: 2}}

Your assets will be built as normal, also maps and concatenated sources will be provided as well in `public/assets/maps`
and `public/assets/sources`.
Expand Down

0 comments on commit a5fd4d9

Please sign in to comment.