We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e3b44b + b55c5cb commit 6d17de2Copy full SHA for 6d17de2
frontend/asset_mapper.rst
@@ -89,6 +89,13 @@ This will physically copy all the files from your mapped directories to
89
``public/assets/`` so that they're served directly by your web server.
90
See :ref:`Deployment <asset-mapper-deployment>` for more details.
91
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
99
.. tip::
100
101
If you need to copy the compiled assets to a different location (e.g. upload
0 commit comments