greensock / GSAP

GSAP (GreenSock Animation Platform), a JavaScript animation library for the modern web
https://gsap.com
19.83k stars 1.72k forks source link

Minified 1.10.3 Syntax errors #19

Closed c-andrews closed 11 years ago

c-andrews commented 11 years ago

HI, I have updated my minified version of Greensock JS from 1.10.2 to 1.10.3 and I now receive syntax errors resulting in a TweenLite is not defined.

This is only in the minified version, the uncompressed version seems to be fine.

I am using TweenLite.min, TimelineLite.min and EasePack.min

Im sorry if this is abit vague.

Thanks

JonDum commented 11 years ago

Sounds like the scripts aren't getting loaded. Can you verify there are no 404 requests in the browser console? If not, can you reproduce this on a live example that we can view?

c-andrews commented 11 years ago

Yes there are no 404 errors within the console and it happened in both Firefox and Chrome. I will try to upload it to a server and post the link asap

jackdoyle commented 11 years ago

Yep, I suspect JonDum is correct. c-andrews, if you're still having trouble, please whip together a simple codepen or jsfiddle that demonstrates the issue and we'll take a peek.