Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Google Closure Compiler will not complete the output of a minified/optimized version if it finds circular dependencies in the output files.   The quickest way to get past this is to add the -remove-circulars compiler option.  See this related page for more information about circular dependencies.

...