From 3badfa66e9e014ad1ba4464fdffa0417a440c042 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 30 May 2025 18:09:03 +0200 Subject: [PATCH] [AssetMapper]: Adding possible precompressor values Page: https://symfony.com/doc/current/frontend/asset_mapper.html#pre-compressing-assets Info is taken from: https://symfony.com/blog/new-in-symfony-7-3-assets-pre-compression --- frontend/asset_mapper.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/asset_mapper.rst b/frontend/asset_mapper.rst index d9c15a136b0..e3525c9b18c 100644 --- a/frontend/asset_mapper.rst +++ b/frontend/asset_mapper.rst @@ -768,6 +768,7 @@ and which file extensions should be compressed: # ... precompress: + # possible values: 'brotli', 'zstandard', 'gzip' format: 'zstandard' # if you don't define the following option, AssetMapper will compress all # the extensions considered safe (css, js, json, svg, xml, ttf, otf, wasm, etc.)