AssetCompress\Shell\AssetCompressShell::startup PHP Method

startup() public method

Create the configuration object used in other classes.
public startup ( ) : void
return void
    public function startup()
    {
        parent::startup();
        $configFinder = new ConfigFinder();
        $this->setConfig($configFinder->loadAll());
        $this->out();
    }