dev-master
9999999-dev https://github.com/basz/BsbExposeGreensockJSBsbExposeGreensockJS is a ZF2 module that helps exposing the greensock javascript library
MIT
The Requires
- rwoverdijk/assetmanager 1.*
- bushbaby/greensockjs *
Wallogit.com
2017 © Pedro Peláez
BsbExposeGreensockJS is a ZF2 module that helps exposing the greensock javascript library
BsbExposeGreensockJS is a ZF2 module that helps exposing the greensock javascript library., (*1)
Update your composer.json in your project root to include the following snipped, (*2)
"require": {
"bushbaby/expose-greensock-js": "dev-master"
}
Additionally, since greensock js doesn't have a composer.json, add the following snipped to the composer.json in your project root., (*3)
"repositories": {
"bushbaby-greensockjs": {
"type": "package",
"package": {
"name": "bushbaby/greensockjs",
"version": "1.9.0",
"source": {
"url": "git://github.com/greensock/GreenSock-JS.git",
"type": "git",
"reference": "1.9.0"
}
}
}
}
The assets will be available under /js/vendor/gsap/, (*4)
contains : tweenMax, timelineMax, jQueryPlugin, ease and plugin packs, (*5)
contains : all plugins, (*6)
contains : all ease functions, (*7)
BsbExposeGreensockJS is a ZF2 module that helps exposing the greensock javascript library
MIT