MiniAsset\Output\AssetCacher::outputDir PHP Method

outputDir() public method

Used to locate outputs when determining freshness.
public outputDir ( AssetTarget $target ) : string
$target MiniAsset\AssetTarget
return string The path
    public function outputDir(AssetTarget $target)
    {
        return $this->path;
    }