jwplayer / jwplayer

JW Player is the world's most popular embeddable media player.
https://developer.jwplayer.com/
Other
2.52k stars 979 forks source link

[7.0.3] jwplayer.css and skins/*.css not generated for bin-release/ #708

Closed ping closed 9 years ago

ping commented 9 years ago

These files are generated in bin-debug/ but not in bin-release/.

$ ls -Rp bin-release
1.2b0fc0e9ccad7dbe4f92.map          jwplayer.flash.swf              provider.youtube.js
1.js                        jwplayer.js
jwplayer.2b0fc0e9ccad7dbe4f92.map       provider.youtube.2b0fc0e9ccad7dbe4f92.map

$ ls -Rp bin-debug
1.2b0fc0e9ccad7dbe4f92.map          jwplayer.flash.swf              provider.youtube.2b0fc0e9ccad7dbe4f92.map
1.js                        jwplayer.flashlink.xml              provider.youtube.js
jwplayer.2b0fc0e9ccad7dbe4f92.map       jwplayer.flashsize.xml              skins/
jwplayer.css                    jwplayer.js

bin-debug/skins:
beelden.css     five.css        roundster.css       six.css         vapor.css
bekle.css       glow.css        seven.css       stormtrooper.css
robwalch commented 9 years ago

@ping I just merged fixes to our Gruntfile that adds the skins to the release builds, and added a page which demos various configs using the release files. For now several setups use base: '.' to get around the cdn loading issue (#700). Thanks!