jPlayer
jPlayer copied to clipboard
Composer install not complete
I have tried to install jPlayer with Composer, but it only installs the full JS file and not the SWF and the minified version. Is it possible to change that?
Same issue here. Only JS in component-dir, is that intended behavior?
It looks like the file got removed on purpose from the components
part of composer.json
for whatever reason, so it's likely to be intendet. I don't know if this file is being included somewhere else, but either this part, or the composer.json
need to be fixed. Does domeone know, why it got removed?
Hi
I've added "dist/jplayer/jquery.jplayer.swf" into composer.json
...
"extra": {
"component": {
"scripts": [
"dist/jplayer/jquery.jplayer.js",
"dist/jplayer/jquery.jplayer.swf"
],
...
And run "composer update" but the swf file was not copied.
Don't know ...
Does no one use composer to get jPlayer? O.o
I've just tried and I'm missing the jquery.jplayer.swf file too.