30 private $minification;
39 $this->minification = $minification;
55 $file = $this->minification->addMinifiedSign($file);
56 $path = $this->fallback->resolve(
$type, $file, $area,
$theme, $locale, $module);
57 if (!
$path && $file != ($newFile = $this->minification->removeMinifiedSign($file))) {
58 $path = $this->fallback->resolve(
$type, $newFile, $area,
$theme, $locale, $module);
__construct(ResolverInterface $fallback, AssetMinification $minification)
resolve($type, $file, $area=null, ThemeInterface $theme=null, $locale=null, $module=null)