@@ -34,10 +34,10 @@ Supports `Stimulus/UX`_ yes yes
34
34
Supports Sass/Tailwind :ref: `yes <asset-mapper-tailwind >` yes
35
35
Supports React, Vue, Svelte? yes :ref: `[1] <ux-note-1 >` yes
36
36
Supports 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
39
39
Versioned 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 >`
41
41
================================ ================================== ==========
42
42
43
43
.. _ux-note-1 :
@@ -49,7 +49,12 @@ be executed by a browser.
49
49
50
50
.. _ux-note-2 :
51
51
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 ``).
53
58
54
59
.. _frontend-asset-mapper :
55
60
@@ -137,3 +142,4 @@ Other Front-End Articles
137
142
.. _`Turbo` : https://turbo.hotwired.dev/
138
143
.. _`Symfony UX` : https://ux.symfony.com
139
144
.. _`API Platform` : https://api-platform.com/
145
+ .. _`SensioLabs Minify Bundle` : https://github.com/sensiolabs/minify-bundle
0 commit comments