Skip to content

Commit 13ec7f9

Browse files
committed
minor #19880 [Templates] Recommend Asset Mapper instead of Webpack (PierreCapel)
This PR was merged into the 6.4 branch. Discussion ---------- [Templates] Recommend Asset Mapper instead of Webpack Commits ------- 132cbeb feat(templates): recommend Asset Mapper instead of Webpack
2 parents d4015c7 + 132cbeb commit 13ec7f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ as follows:
329329
Build, Versioning & More Advanced CSS, JavaScript and Image Handling
330330
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
331331

332-
For help building, versioning and minifying your JavaScript and
333-
CSS assets in a modern way, read about :doc:`Symfony's Webpack Encore </frontend>`.
332+
For help building and versioning your JavaScript and
333+
CSS assets in a modern way, read about :doc:`Symfony's AssetMapper </frontend>`.
334334

335335
.. _twig-app-variable:
336336

@@ -1098,7 +1098,7 @@ JavaScript library.
10981098

10991099
First, include the `hinclude.js`_ library in your page
11001100
:ref:`linking to it <templates-link-to-assets>` from the template or adding it
1101-
to your application JavaScript :doc:`using Webpack Encore </frontend>`.
1101+
to your application JavaScript :doc:`using AssetMapper </frontend>`.
11021102

11031103
As the embedded content comes from another page (or controller for that matter),
11041104
Symfony uses a version of the standard ``render()`` function to configure

0 commit comments

Comments
 (0)