Displaying 1 result from an estimated 1 matches for "62ab06eeb4e8b316fd0e530ae810c579".
2012 Jan 04
0
how to avoid pre-compile on deployment ..
...player.swf and ova-jw.swf
in public/assets/jwplayer folder
then I put back config.assets.digest = true in production.rb and did
my cap deploy
but on the remote production server , in public/assets I have
player.swf and ova-jw.swf BUT also
ova-jw-cd5839fa631138fe59903b79af552531 and
player-62ab06eeb4e8b316fd0e530ae810c579
seems not to be an issue for the player.swf , but it''s definitely an
issue for the ova-jw.swf which is a plugin and need dynamic
settings ...
feedback will appreciated on how to solve this issue ( the ova-jw.swf
plug is running fine in local development mode, but
cannot be set up in prod...