Class lajax\assetminifier\minifiers\CliMinifier

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

Minifying Assets using cli script.

Public Methods

Hide inherited methods

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

Method Details

init() public method

void init( )
throws BadMethodCallException
minify() public method

Function for minifying the asset file (css, js) received as a parameter.

string minify$path )
$path string

The path of the asset file to be minified.

return string

The content of the asset file to be minified.