Phrozn\Site\DefaultSite::compile PHP Method

compile() public method

Ideally, only parts that changed should be recompiled into Phrozn site.
public compile ( ) : void
return void
    public function compile()
    {
        $this->buildQueue()->processQueue()->copyStatic();
    }