• Compresses all non-compressed files in the build folder and its subdirectories using the specified compression algorithm.

    Parameters

    • directoryPath: string

      The path to the directory.

    • compressionAlgorithm: string

      The compression algorithm to use ('gzip', 'deflate', or 'br').

    Returns void

Generated using TypeDoc