There is a "stale" version check inside of the jquery.gsap plugin that does not take a v2 into account. Here is a quick hotfix...    stale = !((Number(version[0]) > 1)||(Number(version[0]) > 0 && Number(version[1]) > 7));