Skip to content

Commit effffa3

Browse files
committed
Minor tweak
1 parent 48e4e4e commit effffa3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

frontend/asset_mapper.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -747,11 +747,9 @@ and which file extensions should be compressed:
747747
Now, when running the ``asset-map:compile`` command, all matching files will be
748748
compressed in the configured format and at the highest compression level. The
749749
compressed files are created with the same name as the original but with the
750-
``.br``, ``.zst``, or ``.gz`` extension appended. Web servers that support asset
751-
precompression will use the compressed assets automatically, so there's nothing
752-
else to configure in your server.
750+
``.br``, ``.zst``, or ``.gz`` extension appended.
753751

754-
Finally, you need to configure your web server to serve the precompressed assets
752+
Then, you need to configure your web server to serve the precompressed assets
755753
instead of the original ones:
756754

757755
.. configuration-block::

0 commit comments

Comments
 (0)