You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Trying to use excludeBundles property, but when the css item is in array format, it runs into exception error 'Array to string conversion'.
eg:
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.
The text was updated successfully, but these errors were encountered: