Commit c4efa31f by Alexander Makarov

Fixed wrong example of customizing compression commands

parent 8bf91847
......@@ -206,7 +206,7 @@ like the following,
```php
return [
'cssCompressor' => 'java -jar path.to.file\yuicompressor.jar --type css {from} {to}',
'cssCompressor' => 'java -jar path.to.file\yuicompressor.jar -o --type css {from} {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