Hi, One thing that always bothered me for containers was the problems getting the page all set up. You had gadgets.js some other utils etc.
Unless no one objects I'm going to move javascript/container/gadgets.js and friends to features/shindig-container. I will also change the namespace gadgets.container to shindig.container (with a deprecated backwards compatibility reference) This will allow a container page to just reference a single client side js file like so: <script type="text/javascript" src="../../js/core:rpc:shindig-container:pubsub.js?c=1&debug=1"></script>
