Skip to content

Commit c6cf209

Browse files
committed
minor #19617 [AssetMapper] Deleting duplicated info (ThomasLandauer)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [AssetMapper] Deleting duplicated info Page: https://symfony.com/doc/6.4/frontend/asset_mapper.html#deploying-with-the-assetmapper-component Reason: This is all explained in detail under the **very next** heading. Commits ------- 22e3745 [AssetMapper] Deleting duplicated info
2 parents fbae0af + 22e3745 commit c6cf209

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

frontend/asset_mapper.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -608,19 +608,15 @@ is being built, which you can ignore.
608608
Deploying with the AssetMapper Component
609609
----------------------------------------
610610

611-
When you're ready to deploy, "compile" your assets during deployment:
611+
When you're ready to deploy, "compile" your assets:
612612

613613
.. code-block:: terminal
614614
615615
$ php bin/console asset-map:compile
616616
617-
That's it! This will write all your assets into the ``public/assets/`` directory,
618-
along with a few JSON files so that the ``importmap`` can be rendered lightning fast.
619-
620-
But to make sure your site is performant, be sure that your web server
621-
(or a proxy) is running HTTP/2, is compressing your assets and setting
622-
long-lived Expires headers on them. See :ref:`Optimization <optimization>` for
623-
more details.
617+
This will write all your versioned asset files into the ``public/assets/`` directory,
618+
along with a few JSON files: ``manifest.json``, ``importmap.json``, plus one ``entrypoint.<name>.json``
619+
for each entrypoint.
624620

625621
.. _optimization:
626622

0 commit comments

Comments
 (0)