From 1fe0c4e8e0e96d94f41bb3d701a5362b9e573f32 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 30 Jan 2024 23:41:31 +0100 Subject: [PATCH] [AssetMapper] Fixing path If the section starts with the pagerfanta CSS, it should use it throughout... :-) --- frontend/asset_mapper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/asset_mapper.rst b/frontend/asset_mapper.rst index 7e745f0cb8e..acb94fdb7b7 100644 --- a/frontend/asset_mapper.rst +++ b/frontend/asset_mapper.rst @@ -875,7 +875,7 @@ file: asset_mapper: paths: - assets/ - - vendor/some/package/assets + - vendor/babdev/pagerfanta-bundle/Resources/public/css/ Then try the command again.