Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2990dbe

Browse files
committed
minor#18785 [AssetMapper] Add docs forimportmap:install command (jmsche)
This PR was merged into the 6.4 branch.Discussion----------[AssetMapper] Add docs for `importmap:install` commandHi, this PR adds docs for the new `importmap:install` command added bysymfony/symfony#51351.Commits-------978f1dc [AssetMapper] Add docs for the importmap:install command
2 parents0e6121c +978f1dc commit2990dbe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎frontend/asset_mapper.rst‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,11 @@ 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 *should* commit this file to
237-
your repository.
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
239+
``php bin/console importmap:install`` command to download the files on other
240+
computers if some files are missing.
238241

239242
..note::
240243

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp