CeesVanEgmond\Minify\Minify::process PHP Method

process() private method

private process ( $file )
$file
    private function process($file)
    {
        $this->provider->add($file);
        if ($this->minifyForCurrentEnvironment() && $this->provider->make($this->buildPath)) {
            $this->provider->minify();
        }
        $this->fullUrl = false;
    }