jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

Composer install not complete #291

Open stollr opened 9 years ago

stollr commented 9 years ago

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?

vlinder commented 9 years ago

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

thormeier commented 9 years ago

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?

Cyrille37 commented 9 years ago

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

BT643 commented 8 years ago

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

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