File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -608,15 +608,15 @@ is being built, which you can ignore.
608
608
Deploying with the AssetMapper Component
609
609
----------------------------------------
610
610
611
- When you're ready to deploy, "compile" your assets:
611
+ When you're ready to deploy, "compile" your assets by running this command :
612
612
613
613
.. code-block :: terminal
614
614
615
615
$ php bin/console asset-map:compile
616
616
617
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 .
618
+ along with a few JSON files ( ``manifest.json ``, ``importmap.json ``, etc.) so that
619
+ the `` importmap `` can be rendered lightning fast .
620
620
621
621
.. _optimization :
622
622
You can’t perform that action at this time.
0 commit comments