Commit 1f4d94d5 by Klimov Paul

AssetController default 'cssCompressor' command fixed.

parent 9e9c52e9
......@@ -80,7 +80,7 @@ class AssetController extends Controller
* Default value relies on usage of "YUI Compressor"
* @see https://github.com/yui/yuicompressor/
*/
public $cssCompressor = 'java -jar yuicompressor.jar -o --type css {from} {to}';
public $cssCompressor = 'java -jar yuicompressor.jar --type css {from} -o {to}';
/**
* @var array|\yii\web\AssetManager [[yii\web\AssetManager]] instance or its array configuration, which will be used
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment