Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for [email protected] #893

Open
josefguenther opened this issue Aug 26, 2019 · 2 comments
Open

Support for [email protected] #893

josefguenther opened this issue Aug 26, 2019 · 2 comments

Comments

@josefguenther
Copy link

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.

@LukeTowers
Copy link

LukeTowers commented Feb 5, 2020

@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.

@LukeTowers
Copy link

@josefguenther We've just released the 2.0 release that addresses a number of existing issues and dependency updates, see https://github.com/assetic-php/assetic/releases/tag/v2.0.0 for more information! Please try it out and let us know if you have any issues!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants