From a5fd4d999d5944ddbc79d724c55b1f90b1f878b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Men=C3=A9ndez=20Rizo?= Date: Fri, 6 Oct 2023 19:16:20 -0400 Subject: [PATCH] Terser options shorter for readme example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b460da..8916036 100644 --- a/README.md +++ b/README.md @@ -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`.