MiniAsset\Output\CompilerInterface::generate PHP Method

generate() public method

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