jPlayer icon indicating copy to clipboard operation
jPlayer copied to clipboard

Composer install not complete

Open stollr opened this issue 10 years ago • 4 comments

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?

stollr avatar Feb 03 '15 08:02 stollr

Same issue here. Only JS in component-dir, is that intended behavior?

vlinder avatar Feb 12 '15 17:02 vlinder

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?

thormeier avatar Feb 12 '15 20:02 thormeier

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 ...

Cyrille37 avatar Jul 19 '15 19:07 Cyrille37

Does no one use composer to get jPlayer? O.o

I've just tried and I'm missing the jquery.jplayer.swf file too.

BT643 avatar Dec 30 '15 20:12 BT643