Skip to content

Commit 54aa1e5

Browse files
committed
minor #19420 [Frontend] Removing praise (ThomasLandauer)
This PR was merged into the 6.4 branch. Discussion ---------- [Frontend] Removing praise ... especially for Webpack, since AssetMapper is the recommended way ;-) Commits ------- 4e80e0b [Frontend] Removing praise
2 parents 6d005aa + 4e80e0b commit 54aa1e5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

frontend.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Using PHP & Twig
1515
----------------
1616

1717
Symfony comes with two powerful options to help you build a modern,
18-
fast frontend, *and* enjoy the process:
18+
fast frontend:
1919

2020
* :ref:`AssetMapper <frontend-asset-mapper>` (recommended for new projects) runs
2121
entirely in PHP, doesn't require any build step and leverages modern web standards.
@@ -51,7 +51,7 @@ AssetMapper (Recommended)
5151
~~~~~~~~~~~~~~~~~~~~~~~~~
5252

5353
AssetMapper is the recommended system for handling your assets. It runs entirely
54-
in PHP with *no* complex build step or dependencies. It does this by leveraging
54+
in PHP with no complex build step or dependencies. It does this by leveraging
5555
the ``importmap`` feature of your browser, which is available in all browsers thanks
5656
to a polyfill.
5757

@@ -66,21 +66,21 @@ Webpack Encore
6666

6767
Do you prefer video tutorials? Check out the `Webpack Encore screencast series`_.
6868

69-
`Webpack Encore`_ is a simpler way to integrate `Webpack`_ into your application.
70-
It *wraps* Webpack, giving you a clean & powerful API for bundling JavaScript modules,
71-
pre-processing CSS & JS and compiling and minifying assets. Encore gives you a professional
72-
asset system that's a *delight* to use.
69+
`Webpack Encore`_ is a simpler way to integrate `Webpack`_ (a professional
70+
asset system) into your application.
71+
It wraps Webpack, giving you a clean & powerful API for bundling JavaScript modules,
72+
pre-processing CSS & JS and compiling and minifying assets.
7373

7474
:doc:`Read the Encore Documentation </frontend/encore/index>`
7575

7676
Stimulus & Symfony UX Components
7777
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7878

79-
Once you've installed AssetMapper or Encore, it's time to start building your
79+
Once you've installed AssetMapper or Webpack Encore, it's time to start building your
8080
front-end. You can write your JavaScript however you want, but we recommend
8181
using `Stimulus`_, `Turbo`_ and a set of tools called `Symfony UX`_.
8282

83-
To learn about Stimulus & the UX Components, see:
83+
To learn about Stimulus & the UX Components, see
8484
the `StimulusBundle Documentation`_
8585

8686
.. _frontend-js:

0 commit comments

Comments
 (0)