Kevin Cramer

Results 3 comments of Kevin Cramer

@peternewman, following those instructions today with the current closure being pulled from [git](https://github.com/google/closure-library) and compiler jar from [google](https://dl.google.com/closure-compiler/compiler-latest.zip) results in a failed build process with ADVANCED_OPTIMIZATIONS turned on, and a...

Got it, I'll take a look at those links. What I'm getting with modern closure libs (from the past week) is the following: `closure-library/closure/bin/build/closurebuilder.py --root=closure-library/ --root=ola --namespace="ola.Setup" --output_mode=compiled --compiler_jar=closure-library/compiler.jar --compiler_flags="--compilation_level=ADVANCED_OPTIMIZATIONS"...

Yeah, just doing a WHITESPACE_ONLY compile still results in the errors. I haven't made any sweeping changes to the javascript yet - only resolved the errors keeping the files from...