I have this situation:
an application server running on example.com is where the html pages load from m
server for serving static files on static.example.com - this is where the static files are downloaded from (css, graphics, scripts)
I want to run DOJO with my custom modules on my site. The problem is that I need an xdomain assembly for everything I want to use (dojo, dijit, dojox, custom modules). It would be nice to create an xdomain assembly for better performance, but I need to also separate these two domains into development.
Ok, I can pre-create dojo, dijit, dojox with the xdomain loader. But rebuilding custom modules all the time for development is probably not the right way.
So what do you recommend to me? Or, what exactly does the builder do to achieve the module for loading xdomain? Can I create a module for working with xdomain directly?
thanks
source share