AssetCompress\View\Helper\AssetCompressHelper::_getBuildName PHP Method

_getBuildName() protected method

Generates filenames that are intended for production use with statically generated files.
protected _getBuildName ( AssetTarget $build ) : string
$build MiniAsset\AssetTarget The build being resolved.
return string The resolved build name.
    protected function _getBuildName(AssetTarget $build)
    {
        return $this->writer()->buildFileName($build);
    }