Skip to content

Commit c9b6ae9

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [AssetMapper] Removing PostCSS
2 parents 657ba77 + 0d7c42a commit c9b6ae9

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

components/http_kernel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ as possible to the client (e.g. sending emails).
488488
.. _component-http-kernel-kernel-exception:
489489

490490
9) Handling Exceptions: the ``kernel.exception`` Event
491-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
491+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
492492

493493
**Typical Purposes**: Handle some type of exception and create an appropriate
494494
``Response`` to return for the exception

frontend.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Supports Sass/Tailwind :ref:`yes <asset-mapper-tailwind>` yes
3535
Supports React, Vue, Svelte? yes :ref:`[1] <ux-note-1>` yes
3636
Supports TypeScript :ref:`yes <asset-mapper-ts>` yes
3737
Removes comments from JavaScript no yes
38-
Removes comments from CSS no :ref:`[2] <ux-note-2>` no :ref:`[2] <ux-note-2>`
38+
Removes comments from CSS no no
3939
Versioned assets always optional
4040
================================ ================================== ==========
4141

@@ -46,10 +46,6 @@ need to use their native tools for pre-compilation. Also, some features (like
4646
Vue single-file components) cannot be compiled down to pure JavaScript that can
4747
be executed by a browser.
4848

49-
.. _ux-note-2:
50-
51-
**[2]** There are some `PostCSS`_ plugins available to remove comments from CSS files.
52-
5349
.. _frontend-asset-mapper:
5450

5551
AssetMapper (Recommended)
@@ -115,4 +111,3 @@ Other Front-End Articles
115111
.. _`Turbo`: https://turbo.hotwired.dev/
116112
.. _`Symfony UX`: https://ux.symfony.com
117113
.. _`API Platform`: https://api-platform.com/
118-
.. _`PostCSS`: https://postcss.org/

0 commit comments

Comments
 (0)