assets
assets copied to clipboard
Fix publish options in bundle examples
Description
https://github.com/yiisoft/assets/blob/master/docs/guide/en/asset-bundles.md
Currently, examples are incorrect:
public array $publishOptions = [
'only' => [
'css/bootstrap.css',
'js/bootstrap.js',
]
];
only option doesn't exist. filter should be used instead.