AssetCompress\Shell\AssetCompressShell::clearBuildTs PHP Method

clearBuildTs() public method

Build timestamp file is only created when build() is run from this shell
public clearBuildTs ( ) : void
return void
    public function clearBuildTs()
    {
        $this->_io->verbose('Clearing build timestamp.');
        $writer = $this->factory->writer();
        $writer->clearTimestamps();
    }