Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86ea00e

Browse filesBrowse files
committed
Merge branch '7.2' into 7.3
* 7.2: Minor tweak [Frontend] Correct "Removes comments from CSS" comparison
2 parents 8c2d877 + 315e06a commit 86ea00e
Copy full SHA for 86ea00e

File tree

Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed

‎frontend.rst

Copy file name to clipboardExpand all lines: frontend.rst
+7-1Lines changed: 7 additions & 1 deletion
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 :ref:`[2] <ux-note-2>` yes
38-
Removes comments from CSS no :ref:`[2] <ux-note-2>` no
38+
Removes comments from CSS no :ref:`[2] <ux-note-2>` yes :ref:`[4] <ux-note-4>`
3939
Versioned assets always optional
4040
Can update 3rd party packages yes no :ref:`[3] <ux-note-3>`
4141
================================ ================================== ==========
@@ -56,6 +56,11 @@ be executed by a browser.
5656

5757
**[3]** If you use ``npm``, there are update checkers available (e.g. ``npm-check``).
5858

59+
.. _ux-note-4:
60+
61+
**[4]** CSS comments can be removed using `CssMinimizerPlugin`_, which is included
62+
in Webpack Encore and configurable via ``Encore.configureCssMinimizerPlugin()``.
63+
5964
.. _frontend-asset-mapper:
6065

6166
AssetMapper (Recommended)
@@ -153,3 +158,4 @@ Other Front-End Articles
153158
.. _`SensioLabs Minify Bundle`: https://github.com/sensiolabs/minify-bundle
154159
.. _`AssetMapper screencast series`: https://symfonycasts.com/screencast/asset-mapper
155160
.. _`API Platform screencast series`: https://symfonycasts.com/screencast/api-platform
161+
.. _`CssMinimizerPlugin`: https://webpack.js.org/plugins/css-minimizer-webpack-plugin

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.