PHP Interface MiniAsset\Output\CompilerInterface

Show file Open project: markstory/mini-asset

Public Methods

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

Method Details

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.