$this->
copyAssetsFromBundleOrApp( $publicDirectory,
$appName,
$force );
} public function removeAssetsOfBundle(string
$bundleName): void
{ $this->
removeAssets($bundleName);
try { $bundle =
$this->
getBundle($bundleName);
if ($bundle instanceof Plugin
) { foreach ($this->
getAdditionalBundles($bundle) as $bundle) { $this->
removeAssets($bundle->
getName());
} } } catch (PluginNotFoundException
) { // plugin is already unloaded, we cannot find it. Ignore it