Commit e6831371 by Alexander Makarov

Fixed parameters for asset command

parent 04f381eb
......@@ -206,7 +206,7 @@ like the following,
```php
return [
'cssCompressor' => 'java -jar path.to.file\yuicompressor.jar -o --type css {from} {to}',
'cssCompressor' => 'java -jar path.to.file\yuicompressor.jar --type css {from} -o {to}',
'jsCompressor' => 'java -jar path.to.file\compiler.jar --js {from} --js_output_file {to}',
];
```
......
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