$this->
copyAssets($config,
$configurationCollection,
$outputPath);
continue;
} if ($asset[0
] !== '/' &&
file_exists($this->projectDir . '/' .
$asset)) { $asset =
$this->projectDir . '/' .
$asset;
} $assets =
$this->themeFileImporter->
getCopyBatchInputsForAssets($asset,
$outputPath,
$configuration);
CopyBatch::
copy($this->filesystem, ...
$assets);
} } /**
* @param array<string, string> $resolveMappings
*/
private function compileStyles( string
$concatenatedStyles,
StorefrontPluginConfiguration
$configuration,