rmrevin / yii2-minify-view

Yii2 View component with minification css & js
MIT License
191 stars 67 forks source link

excludeBundle error - Array to string conversion #68

Open cluwong opened 4 years ago

cluwong commented 4 years ago

Trying to use excludeBundles property, but when the css item is in array format, it runs into exception error 'Array to string conversion'. eg:

$css = [
    ['style.css', 'id' => 'myStyle'],
];

In 1.15.1, error is in MinifyComponent.php line 105. I just realized there's V2, tested with this version and the error is in MinifyComponent.php line 112.