AssetCompress\Shell\AssetCompressShell::clear PHP Method

clear() public method

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