I use a jQuery library for Google Maps, and it depends on the Google scripts to be loaded first. I\'d like to be able to include both in the bundle as such:
Have you tried enabling CDN support and seeing if that allows the absolute URL to work:
bundles.UseCdn = true;