Skip to content

Commit 00862ab

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: Minor tweaks [AssetMapper]: Adding possible precompressor values
2 parents 82a1cee + 70f2067 commit 00862ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/asset_mapper.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,12 @@ and which file extensions should be compressed:
772772
# ...
773773
774774
precompress:
775+
# possible values: 'brotli', 'zstandard', 'gzip'
775776
format: 'zstandard'
777+
778+
# you can also pass multiple values to generate files in several formats
779+
# format: ['brotli', 'zstandard']
780+
776781
# if you don't define the following option, AssetMapper will compress all
777782
# the extensions considered safe (css, js, json, svg, xml, ttf, otf, wasm, etc.)
778783
extensions: ['css', 'js', 'json', 'svg', 'xml']

0 commit comments

Comments
 (0)