From 0f91d4d6513da89db26883c1a9b3d400307c43e2 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 1 Dec 2023 17:32:22 +0100 Subject: [PATCH] [AssetMapper] Removing TODOs Looks like this was forgotten to delete after finishing https://github.com/symfony/symfony-docs/pull/19189 :-) --- frontend/asset_mapper.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/asset_mapper.rst b/frontend/asset_mapper.rst index 601b29f122d..70db9265226 100644 --- a/frontend/asset_mapper.rst +++ b/frontend/asset_mapper.rst @@ -993,10 +993,6 @@ rendered by the ``{{ importmap() }}`` Twig function: Page-Specific CSS & JavaScript ------------------------------ ----> TODO HEre ----> need to add the entrypoint in the importmap.php file -----> and should NOT call parent() in the javascript block - Sometimes you may choose to include CSS or JavaScript files only on certain pages. For JavaScript, an easy way is to load the file with a `dynamic import`_: