PHP Class Horde_JavascriptMinify_Uglifyjs, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_JavascriptMinify_Null
Mostrar archivo Open project: horde/horde

Public Methods

Method Description
minify ( )
setOptions ( array $opts = [] )

Method Details

minify() public method

public minify ( )

setOptions() public method

public setOptions ( array $opts = [] )
$opts array Driver specific options:
  - cmdline: (string) Command-line options to pass to binary.
  - sourcemap: (string) The URL to the web-accessible location the
               sourcemap file will be stored at. Only supported by
               UglifyJS2.
  - uglifyjs: (string) [REQUIRED] Path to the UglifyJS binary.