8000 Merge branch '5.2' into 5.x · symfony/symfony-docs@d4277ec · GitHub
[go: up one dir, main page]

Skip to content

Commit d4277ec

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Prefer sass over node-sass Add Titouan in the core team
2 parents 78eaf54 + a07c802 commit d4277ec

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

contributing/code/core_team.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ Active Core Members
7171
* **Tobias Nyholm** (`Nyholm`_);
7272
* **Wouter De Jong** (`wouterj`_);
7373
* **Alexander M. Turek** (`derrabus`_);
74-
* **Jérémy Derussé** (`jderusse`_).
74+
* **Jérémy Derussé** (`jderusse`_);
75+
* **Titouan Galopin** (`tgalopin`_).
7576

7677
* **Security Team** (``@symfony/security`` on GitHub):
7778

@@ -207,3 +208,4 @@ discretion of the **Project Leader**.
207208
.. _`lsmith77`: https://github.com/lsmith77/
208209
.. _`derrabus`: https://github.com/derrabus/
209210
.. _`jderusse`: https://github.com/jderusse/
211+
.. _`tgalopin`: https://github.com/tgalopin/

frontend/encore/simple-example.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,15 +311,15 @@ Encore. When you do, you'll see an error!
311311

312312
.. code-block:: terminal
313313
314-
> Error: Install sass-loader & node-sass to use enableSassLoader()
315-
> yarn add sass-loader@^8.0.0 node-sass --dev
314+
> Error: Install sass-loader & sass to use enableSassLoader()
315+
> yarn add sass-loader@^10.0.0 sass --dev
316316
317317
Encore supports many features. But, instead of forcing all of them on you, when
318318
you need a feature, Encore will tell you what you need to install. Run:
319319

320320
.. code-block:: terminal
321321
322-
$ yarn add sass-loader@^8.0.0 node-sass --dev
322+
$ yarn add sass-loader@^10.0.0 sass --dev
323323
$ yarn encore dev --watch
324324
325325
Your app now supports Sass. Encore also supports LESS and Stylus. See

0 commit comments

Comments
 (0)
0