Jump to content
Search Community

cmartinho

Members
  • Posts

    1
  • Joined

  • Last visited

cmartinho's Achievements

0

Reputation

  1. Hello, I'm with some doubts here while using GSAP through npm + gulp + browserify to package all the stuff. Thing is, when i require the gsap through: var gsap = require('gsap'); it actually bundles all the *.js files (TweenMax, TweenLite, TimeLine, etc) and i only want browserify to bundle TweenMax. I looked through github issues and the forums and i couldn't found any solution, anyone has any ideia on this? So the bundle.js file only gets TweenMax and not the other libraries? Thank you for reading,
×
×
  • Create New...