Skip to content

Commit 5909e6b

Browse files
committed
Tweaks
1 parent 2990dbe commit 5909e6b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/asset_mapper.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,8 @@ If you want to download the package locally, use the ``--download`` option:
233233
$ php bin/console importmap:require bootstrap --download
234234
235235
This will download the package into an ``assets/vendor/`` directory and update
236-
the ``importmap.php`` file to point to it. You can either commit this directory
237-
to your repository, or ignore the directory in your ``.gitignore`` config file.
238-
If the directory is ignored, you can run the
236+
the ``importmap.php`` file to point to it. It's recommended to ignore this
237+
directory and not commit it to your repository. Therefore, you'll need to run the
239238
``php bin/console importmap:install`` command to download the files on other
240239
computers if some files are missing.
241240

0 commit comments

Comments
 (0)