Hello,
Can anyone tell me what is required in order to exclude Google Maps API Javascript from being compressed by the Gavern engine?
I'm using GK_InStyle (Gavern v.3.16) with Joomla 3.4.1
Enabling Javascript compression in the template is causing my contact map not to appear - I'd like to exclude the Google maps js.
My exclusion list includes;
jquery-noconflict.js
core.js
jquery-migrate.min.js
mootools-more.js
jquery.min.js
bootstrap.min.js
html5.js
Can you tell me the syntax required to omit this script from the compression engine?
I've tried;
http://maps.google.com/maps/api/js?sens ... uage=en-GB
&
http://maps.google.com/maps/api/js
&
//maps.google.com/maps/api/js
Thanks in advance!