File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ Both work great - and are discussed below.
14
14
Using PHP & Twig
15
15
----------------
16
16
17
- Symfony comes with two powerful options to help you build a modern,
18
- fast frontend:
17
+ Symfony comes with two powerful options to help you build a modern and fast frontend:
19
18
20
19
* :ref: `AssetMapper <frontend-asset-mapper >` (recommended for new projects) runs
21
20
entirely in PHP, doesn't require any build step and leverages modern web standards.
@@ -66,8 +65,7 @@ Webpack Encore
66
65
67
66
Do you prefer video tutorials? Check out the `Webpack Encore screencast series `_.
68
67
69
- `Webpack Encore `_ is a simpler way to integrate `Webpack `_ (a professional
70
- asset system) into your application.
68
+ `Webpack Encore `_ is a simpler way to integrate `Webpack `_ into your application.
71
69
It wraps Webpack, giving you a clean & powerful API for bundling JavaScript modules,
72
70
pre-processing CSS & JS and compiling and minifying assets.
73
71
You can’t perform that action at this time.
0 commit comments