PHP Interface MiniAsset\Output\CompilerInterface

Afficher le fichier Open project: markstory/mini-asset

Méthodes publiques

Méthode Description
generate ( AssetTarget $build ) : The Generate a compiled asset, with all the configured filters applied.

Method Details

generate() public méthode

Generate a compiled asset, with all the configured filters applied.
public generate ( AssetTarget $build ) : The
$build MiniAsset\AssetTarget
Résultat The processed result of $target and it dependencies.