Skip to content

Commit 70f2067

Browse files
committed
Minor tweaks
1 parent 3360850 commit 70f2067

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/asset_mapper.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,10 @@ and which file extensions should be compressed:
774774
precompress:
775775
# possible values: 'brotli', 'zstandard', 'gzip'
776776
format: 'zstandard'
777+
778+
# you can also pass multiple values to generate files in several formats
779+
# format: ['brotli', 'zstandard']
780+
777781
# if you don't define the following option, AssetMapper will compress all
778782
# the extensions considered safe (css, js, json, svg, xml, ttf, otf, wasm, etc.)
779783
extensions: ['css', 'js', 'json', 'svg', 'xml']

0 commit comments

Comments
 (0)