The specification says that jQuery can be imported from Google's servers. It's OK?
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
But how can i import GSAP library? Like url to local (zip included) file?
Can it be done like that?
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.0/TweenLite.min.js"></script>
Please help.