miracle2k/webassets

Closure: ReferenceError: $jscomp is not defined

Opened this issue · 0 comments

When using the closure_js filter, the resulting JS just throws this error:
ReferenceError: $jscomp is not defined

As this appear to be the only JS filter that is still maintained, any help getting this working would be great.

A bug report upstream suggests that using SIMPLE_OPTIMIZATIONS instead of WHITESPACE_ONLY may fix the issue. However, this either doesn't work or I have failed to change the setting (although I've tried several different methods).