Class lajax\assetminifier\minifiers\CliJsMinifier

Inheritancelajax\assetminifier\minifiers\CliJsMinifier » lajax\assetminifier\minifiers\CliMinifier » yii\base\Object
Implementslajax\assetminifier\minifiers\MinifierInterface
Available since version1.0

Minifying Js using cli script.

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$command string The command to execute minifyer script. lajax\assetminifier\minifiers\CliJsMinifier

Public Methods

Hide inherited methods

MethodDescriptionDefined By
init() lajax\assetminifier\minifiers\CliJsMinifier
minify() Function for minifying the asset file (css, js) received as a parameter. lajax\assetminifier\minifiers\CliMinifier

Property Details

$command public property

The command to execute minifyer script.

Method Details

init() public method

void init( )
throws BadMethodCallException