File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -747,11 +747,9 @@ and which file extensions should be compressed:
747
747
Now, when running the ``asset-map:compile `` command, all matching files will be
748
748
compressed in the configured format and at the highest compression level. The
749
749
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.
753
751
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
755
753
instead of the original ones:
756
754
757
755
.. configuration-block ::
You can’t perform that action at this time.
0 commit comments