AssetCompress\Shell\AssetCompressShell::clear PHP Метод

clear() публичный Метод

Clears the build directories for both CSS and JS
public clear ( ) : void
Результат void
    public function clear()
    {
        $this->clearBuildTs();
        $this->_io->verbose('Clearing build files:');
        $this->_clearBuilds();
        $this->_io->verbose('');
        $this->out('<success>Complete</success>');
    }