Skip to content

Commit 6d17de2

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [AssetMapper] Adding info about deleting compiled assets
2 parents 0e3b44b + b55c5cb commit 6d17de2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/asset_mapper.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ This will physically copy all the files from your mapped directories to
8989
``public/assets/`` so that they're served directly by your web server.
9090
See :ref:`Deployment <asset-mapper-deployment>` for more details.
9191

92+
.. caution::
93+
94+
If you run the ``asset-map:compile`` command on your development machine,
95+
you won't see any changes made to your assets when reloading the page.
96+
To resolve this, delete the contents of the ``public/assets/`` directory.
97+
This will allow your Symfony application to serve those assets dynamically again.
98+
9299
.. tip::
93100

94101
If you need to copy the compiled assets to a different location (e.g. upload

0 commit comments

Comments
 (0)