contao / manager-bundle

[READ-ONLY] Contao Manager Bundle
GNU Lesser General Public License v3.0
17 stars 10 forks source link

Delete the bundle cache upon cache:clear #16

Closed qzminski closed 7 years ago

qzminski commented 7 years ago

… and before app is initialized after Composer install. Otherwise the container is not bootable if we install an extra bundle (say contao/calendar-bundle) and then remove it from composer.json. Then upon composer update command the bundle is being removed but its reference still sits in the $cacheDir/bundles.map and thus causes an error.

With regards to https://github.com/contao/managed-edition/issues/1

aschempp commented 7 years ago

Merged in 30d6cbf76d927b4c33a1454fcb969889bc1d0c44