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
@josefguenther Try using the 2.0 branch of assetic-php/assetic. Until we tag 2.0, you can pull it in by using "assetic/framework": "dev-2.0/dev" in your composer.json files.
Looks like the (breaking) changes in less v3 aren't supported.
Assetic\Filter\LessFilter.php @ line 112: less.writeError(error);
less.writeError() is no longer a function, and throws an error. Would be nice to work with the latest version of less, ie 3.10.3.
The text was updated successfully, but these errors were encountered: