Skip to content

Commit ef2c3b2

Browse files
committed
Minor tweaks
1 parent c6cf209 commit ef2c3b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/asset_mapper.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -608,15 +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:
611+
When you're ready to deploy, "compile" your assets by running this command:
612612

613613
.. code-block:: terminal
614614
615615
$ php bin/console asset-map:compile
616616
617617
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.
618+
along with a few JSON files (``manifest.json``, ``importmap.json``, etc.) so that
619+
the ``importmap`` can be rendered lightning fast.
620620

621621
.. _optimization:
622622

0 commit comments

Comments
 (0)