You are reading a single comment by @the1laz and its replies. Click here to read the full conversation.
  • My code was minifying, just not completely. It's not a problem with the IDE, or even the compiler I suppose, just a quirk in the process.

    Private constants was the main thing that wasn't minifying. One of the reasons was that in one of my functions I was referring to a value not listed in the array, which wouldn't normally be a problem until that function is called. It looks like closure compiler just skipped C and moved on without an error.

About

Avatar for the1laz @the1laz started