Skip to content

Commit 3360850

Browse files
committed
minor #21021 [AssetMapper] Adding possible precompressor values (ThomasLandauer)
This PR was merged into the 7.3 branch. Discussion ---------- [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 Commits ------- 3badfa6 [AssetMapper]: Adding possible precompressor values
2 parents dc8a471 + 3badfa6 commit 3360850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/asset_mapper.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ and which file extensions should be compressed:
772772
# ...
773773
774774
precompress:
775+
# possible values: 'brotli', 'zstandard', 'gzip'
775776
format: 'zstandard'
776777
# if you don't define the following option, AssetMapper will compress all
777778
# the extensions considered safe (css, js, json, svg, xml, ttf, otf, wasm, etc.)

0 commit comments

Comments
 (0)