I suppose it is for the simplicity of installation and distribution that mercury is bundled together with third party libraries in the same .js file.
This is good for small projects i guess, that will not have many dependencies to third party libraries, but I don't feel comfortable bundling a bunch of jquery UI plugins together with its own version of jquery along with the mercury code.
Is there a way to create a distribution that does not include these libraries, so that the developer takes care personally about delivering the needed dependencies?
This is all in an effort to create a grails plugin that will include mercury, much the same way as you do it in rails.