Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions frontend/asset_mapper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ to add any `npm package`_:

$ php bin/console importmap:require bootstrap

.. tip::

The command takes the well-know ``--dry-run`` option to simulate the installation of the packages, useful
to show what will be installed without altering anything.

This adds the ``bootstrap`` package to your ``importmap.php`` file::

// importmap.php
Expand Down