File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -608,19 +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 during deployment :
611
+ When you're ready to deploy, "compile" your assets:
612
612
613
613
.. code-block :: terminal
614
614
615
615
$ php bin/console asset-map:compile
616
616
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.
624
620
625
621
.. _optimization :
626
622
You can’t perform that action at this time.
0 commit comments