We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2990dbe commit5909e6bCopy full SHA for 5909e6b
frontend/asset_mapper.rst
@@ -233,9 +233,8 @@ If you want to download the package locally, use the ``--download`` option:
233
$ php bin/console importmap:require bootstrap --download
234
235
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
+the ``importmap.php`` file to point to it. It's recommended to ignore this
+directory and not commit it to your repository. Therefore, you'll need to run the
239
``php bin/console importmap:install`` command to download the files on other
240
computers if some files are missing.
241