Skip to content
New issue

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

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

Already on GitHub? # to your account

Closure Api added default language to ensure compilation #799

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

boekkooi
Copy link

This PR fixes the failing CompilerApiFilterTest.

It seems that the closure compiler API requires a language to be set to be able to return compiled code. According to the language docs it would default to 'ECMASCRIPT3' but this seems not to be the case that is why setting this as the default fixes the failing test.

@LukeTowers
Copy link

This has been implemented in 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.

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

Successfully merging this pull request may close these issues.

2 participants