ClosureJavascriptFramework
ClosureJavascriptFramework copied to clipboard
Externs problem
I have two projects, A & B, B has a dependency on A. Both of them have an external dependency of C (lets say jquery for example).
I put in the jquery extern file in both of the project’s /externs directory.
When compiling, A compiles fine.
Then B compiles. It brings in it’s own jquery extern file, project A, and project A’s extern file. This causes B to fail since there are two externs both declaring the same thing.