run

open override fun run(file: Path): Path(source)

Runs the optimization process on the given file, and returns a new Path of the optimized file.

Return

The path of the newly optimized file.

Parameters

file

The file to be optimized.