Skip to content

Commit 28e6757

Browse files
committed
minor #19629 [AssetMapper] Removing duplication (ThomasLandauer)
This PR was merged into the 6.4 branch. Discussion ---------- [AssetMapper] Removing duplication Page: https://symfony.com/doc/6.4/frontend/asset_mapper.html#importing-3rd-party-javascript-packages Reason: The command was in the text and then again in the code block. Commits ------- b1157a6 [AssetMapper] Removing duplication
2 parents 669921f + b1157a6 commit 28e6757

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/asset_mapper.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@ Now you can import the ``bootstrap`` package like usual:
217217
218218
All packages in ``importmap.php`` are downloaded into an ``assets/vendor/`` directory,
219219
which should be ignored by git (the Flex recipe adds it to ``.gitignore`` for you).
220-
You'll need to run the ``php bin/console importmap:install``
221-
command to download the files on other computers if some are missing:
220+
To intialize your project on another computer, you'll need to run:
222221

223222
.. code-block:: terminal
224223

0 commit comments

Comments
 (0)