assetic icon indicating copy to clipboard operation
assetic copied to clipboard

Closure Api added default language to ensure compilation

Open boekkooi opened this issue 8 years ago • 1 comments

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.

boekkooi avatar Apr 14 '16 15:04 boekkooi

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.

LukeTowers avatar Feb 05 '20 18:02 LukeTowers