Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[AssetMapper] Add command to download missing downloaded packages#51351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
jmsche commentedAug 11, 2023
AppVeyor failure unrelated. |
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/AssetMapper/Command/ImportMapInstallCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/AssetMapper/Command/ImportMapInstallCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
jmsche commentedAug 16, 2023
Updated PR with rewording, thrown exception is no version found & added a test :) |
src/Symfony/Component/AssetMapper/Command/ImportMapInstallCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
989e725 toa82a429Comparenicolas-grekas commentedAug 23, 2023
Thank you@jmsche. |
…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
… not found (jmsche)This PR was merged into the 6.4 branch.Discussion----------[AssetMapper] Improve message when a downloaded asset is not found| Q | A| ------------- | ---| Branch? | 6.4| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | N/A| License | MIT| Doc PR | N/AThis PR improves the exception message introduced in#51337 by mentioning the command introduced in#51351.Commits-------69cae6f [AssetMapper] Improve exception message when a downloaded asset is not found
Hi, this PR adds a
importmap:installcommand to download all packages marked as downloaded in theimpormap.phpfile that are missing on filesystem.To quote@weaverryan: