AssetCompress\Shell\AssetCompressShell::clear PHP Méthode

clear() public méthode

Clears the build directories for both CSS and JS
public clear ( ) : void
Résultat void
    public function clear()
    {
        $this->clearBuildTs();
        $this->_io->verbose('Clearing build files:');
        $this->_clearBuilds();
        $this->_io->verbose('');
        $this->out('<success>Complete</success>');
    }