10000 Hello AssetMapper Documentation by weaverryan · Pull Request #18370 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Hello AssetMapper Documentation #18370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
rstdoctor
  • Loading branch information
weaverryan committed Jun 5, 2023
commit a6819867d6b4ac5a583d8bdb38761b10ada506c0
2 changes: 1 addition & 1 deletion deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ setup:
* Add/edit CRON jobs
* Restarting your workers
* :ref:`Building and minifying your assets <how-do-i-deploy-my-encore-assets>` with Webpack Encore
* :ref:`Compile your assets <asset-mapper-deployment>` if you're using the the AssetMapper component
* :ref:`Compile your assets <asset-mapper-deployment>` if you're using the AssetMapper component
D93F * Pushing assets to a CDN
* On a shared hosting platform using the Apache web server, you may need to
install the :ref:`symfony/apache-pack package <web-server-apache-mod-php>`
Expand Down
2 changes: 1 addition & 1 deletion frontend/asset_mapper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ AssetMapper: Simple, Modern CSS & JS Management
===============================================

.. versionadded:: 6.3

The AssetMapper component was introduced as an
:doc:`experimental feature </contributing/code/experimental>` in
Symfony 6.3.
Expand Down Expand Up @@ -1016,7 +1017,6 @@ re-calculated when you expect it to, you can run:
This will force the AssetMapper component to re-calculate the content of all files.

.. _latest asset-mapper recipe: https://github.com/symfony/recipes/tree/main/symfony/asset-mapper
.. _experimental: https://symfony.com/doc/current/contributing/code/experimental.html
.. _import statement: https://caniuse.com/es6-module-dynamic-import
.. _ES6: https://caniuse.com/es6
.. _npm package: https://www.npmjs.com
Expand Down
0