We are trying to switch the packaging for our project from dojo to google closure, but we haven\'t had any luck so far. Here is a simple example that illustrates what we are
Either way to get custom modules working, at least for development version, is to include manually js files in head section of html page, after google's base.js file inclusion.
...
But, you should care about sequence of inclusion by yourself. For not very large custom files sets it works good. For production version you still had better use js source compiling to get all benefits of closure library.