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.
1 parent c881141 commit e06251bCopy full SHA for e06251b
frontend/asset_mapper.rst
@@ -93,6 +93,13 @@ This will physically copy all the files from your mapped directories to
93
``public/assets/`` so that they're served directly by your web server.
94
See :ref:`Deployment <asset-mapper-deployment>` for more details.
95
96
+.. tip::
97
+
98
+ If you need to copy the compiled assets to a different location (e.g. upload
99
+ them to S3), create a service that implements ``Symfony\Component\AssetMapper\Path\PublicAssetsFilesystemInterface``
100
+ and set its service id (or an alias) to ``asset_mapper.local_public_assets_filesystem``
101
+ (to replace the built-in service).
102
103
Debugging: Seeing All Mapped Assets
104
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
105
0 commit comments