I have two projects, project A and B, both built with the Google Closure Library.
How can I make project B dependent on Project A so that I can goog.require
Project A modules in Project B allowing for seamless integration(compilation, minification etc)?