Skip to content

Commit 89454df

Browse files
committed
minor #19564 [AssetMapper] Adding updater to comparison table (ThomasLandauer)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [AssetMapper] Adding updater to comparison table Page: https://symfony.com/doc/6.4/frontend.html#using-php-twig Reason: It's a cool feature :-) Commits ------- 8733549 [AssetMapper] Adding updater to comparison table
2 parents c802af3 + 8733549 commit 89454df

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

frontend.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Supports TypeScript :ref:`yes <asset-mapper-ts>` yes
3737
Removes comments from JavaScript no yes
3838
Removes comments from CSS no no
3939
Versioned assets always optional
40+
Can update 3rd party packages yes yes :ref:`[3] <ux-note-3>`
4041
================================ ================================== ==========
4142

4243
.. _ux-note-1:
@@ -46,6 +47,14 @@ need to use their native tools for pre-compilation. Also, some features (like
4647
Vue single-file components) cannot be compiled down to pure JavaScript that can
4748
be executed by a browser.
4849

50+
.. _ux-note-2:
51+
52+
**[2]** There are some `PostCSS`_ plugins available to remove comments from CSS files.
53+
54+
.. _ux-note-3:
55+
56+
**[3]** Update checkers are available for NPM, e.g. `npm-check`.
57+
4958
.. _frontend-asset-mapper:
5059

5160
AssetMapper (Recommended)

0 commit comments

Comments
 (0)