You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start magento core deploy via deployManager
start magento module deploy via deployManager
jump over deployLibraries as no Magento libraryPath is set
But no package is re-deployed.
I've checked in: \MagentoHackathon\Composer\Magento\DeployManager::doDeploy
And found out that there are no packages set up in the deploy manager.
\MagentoHackathon\Composer\Magento\DeployManager::addPackage needs to be called in order to add packages, but it looks like this only happens on composer install and composer update (see: \MagentoHackathon\Composer\Magento\Installer\MagentoInstallerAbstract::install and \MagentoHackathon\Composer\Magento\Installer\MagentoInstallerAbstract::update).
I also found it in \MagentoHackathon\Composer\Magento\Command\DeployCommand::execute but this class seems not being used anymore.
Please suggest.
The text was updated successfully, but these errors were encountered:
I'm running:
It outputs (besides composer stuff):
But no package is re-deployed.
I've checked in: \MagentoHackathon\Composer\Magento\DeployManager::doDeploy
And found out that there are no packages set up in the deploy manager.
\MagentoHackathon\Composer\Magento\DeployManager::addPackage needs to be called in order to add packages, but it looks like this only happens on
composer install
andcomposer update
(see:\MagentoHackathon\Composer\Magento\Installer\MagentoInstallerAbstract::install
and\MagentoHackathon\Composer\Magento\Installer\MagentoInstallerAbstract::update
).I also found it in
\MagentoHackathon\Composer\Magento\Command\DeployCommand::execute
but this class seems not being used anymore.Please suggest.
The text was updated successfully, but these errors were encountered: