Function phpMinify

  • Creates a new Gulp plugin.

    Parameters

    • options: Partial<{ binary: string; mode: "safe" | "fast"; silent: boolean }> = {}

      The plugin options.

    Returns GulpPlugin

    The newly created instance.