Having trouble integrating TweenLite with browserify. I'm still learning about CommonJS and could use some help.
Installed gasp v1.13.2 via Bower, including it like this:
var TweenLite = require("../../bower_components/gsap/src/minified/TweenLite.min.js");
No errors when using it, but animations aren't working. According to gsap docs, this version should work without a shim. Any idea what I might be missing? Can someone share a functional example?
Currently at the beginning of a project, so I don't have much code to showcase. Using the gulp-starter boilerplate.