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
{{ message }}
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
It seems like the name of the downloaded jar has changed from compiler.jar to closure-compiler-v20160713.jar. The older versions of ClosureCompiler.js look for compiler.jar explicitly while 1.6.0looks for closure-compiler*. For users that specify their dependency on this library as ^1.5.3 or ~1.5.3, or any version below, the library doesn't work. It might make sense to pull in the jar finding code that was added in 1.6.0 to a 1.5.x minor so as not to break frozen builds.
This might not be the best solution and I'm sure you aren't totally in control of this but thought I would put it here for others.
The text was updated successfully, but these errors were encountered:
It seems like the name of the downloaded jar has changed from
compiler.jar
toclosure-compiler-v20160713.jar
. The older versions ofClosureCompiler.js
look forcompiler.jar
explicitly while1.6.0
looks forclosure-compiler*
. For users that specify their dependency on this library as^1.5.3
or~1.5.3
, or any version below, the library doesn't work. It might make sense to pull in the jar finding code that was added in1.6.0
to a1.5.x
minor so as not to break frozen builds.This might not be the best solution and I'm sure you aren't totally in control of this but thought I would put it here for others.
The text was updated successfully, but these errors were encountered: