Hi.
RoKModules (RokGallery, RokSprocket...) load the same libraries from different locations. This means that some queries are made at page load that are unnecessary... 
Exemple:
/components/com_rokgallery/assets/js/mootools-mobile.js
/components/com_roksprocket/assets/js/mootools-mobile.js
/components/com_rokgallery/assets/js/rokmediaqueries.js
/components/com_roksprocket/assets/js/rokmediaqueries.js
These files are loaded twice if both rokgallery and roksprocket modules/components are used.
Why not create (at dev. time) a folder at /media/ with all common libraries from RokModules and load them all from the same location once ? I think this should be considered.
Thanks.