@@ -34,10 +34,10 @@ Supports `Stimulus/UX`_ yes yes
3434Supports Sass/Tailwind :ref: `yes <asset-mapper-tailwind >` yes
3535Supports React, Vue, Svelte? yes :ref: `[1] <ux-note-1 >` yes
3636Supports TypeScript :ref: `yes <asset-mapper-ts >` yes
37- Removes comments from JavaScript no yes
38- Removes comments from CSS no no
37+ Removes comments from JavaScript no :ref: ` [2] < ux-note-2 >` yes
38+ Removes comments from CSS no :ref: ` [2] < ux-note-2 >` no
3939Versioned assets always optional
40- Can update 3rd party packages yes no :ref: `[2 ] <ux-note-2 >`
40+ Can update 3rd party packages yes no :ref: `[3 ] <ux-note-2 >`
4141================================ ================================== ==========
4242
4343.. _ux-note-1 :
@@ -49,7 +49,12 @@ be executed by a browser.
4949
5050.. _ux-note-2 :
5151
52- **[2] ** If you use ``npm ``, there are update checkers available (e.g. ``npm-check ``).
52+ **[2] ** You can install the `SensioLabs Minify Bundle `_ to minify CSS/JS code
53+ (and remove all comments) when compiling assets with AssetMapper.
54+
55+ .. _ux-note-3 :
56+
57+ **[3] ** If you use ``npm ``, there are update checkers available (e.g. ``npm-check ``).
5358
5459.. _frontend-asset-mapper :
5560
@@ -137,3 +142,4 @@ Other Front-End Articles
137142.. _`Turbo` : https://turbo.hotwired.dev/
138143.. _`Symfony UX` : https://ux.symfony.com
139144.. _`API Platform` : https://api-platform.com/
145+ .. _`SensioLabs Minify Bundle` : https://github.com/sensiolabs/minify-bundle
0 commit comments