Our site currently implements jQuery at the global level, but it also appears that Target also injects an un-minfied version of jQuery as well. Is it necessary to do this or is there some way to disable this. It does affect page load because it render blocks and while it doesn't affect code it seems silly to have duplicate references.
If not, can we at least minify it through some config?
Thanks very much.
Solved! Go to Solution.
Hi @williamkr1,
The at.js should not be downloading or including the jquery library. To my understanding Zepto (a modular jquery lite type library) is embed into the at.js, and it should be in the minified form requiring a max of 9kb. I don't believe there is a way to "strip" this from the at.js library.
Hope this helps.
Hi @williamkr1,
The at.js should not be downloading or including the jquery library. To my understanding Zepto (a modular jquery lite type library) is embed into the at.js, and it should be in the minified form requiring a max of 9kb. I don't believe there is a way to "strip" this from the at.js library.
Hope this helps.
Which version of at.js are you using? This could be from an older one. The current versions should not.
Views
Like
Replies