Skip to content

Commit b1157a6

Browse files
[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.
1 parent b8f6679 commit b1157a6

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)