Open sea-kg opened 8 years ago
Solution, which help me: fs.createReadStream('./src/video-js.swf').pipe(fs.createWriteStream('./dist/video-js.swf'));
we should probably just swap in a module like [copy](https://github.com/jonschlinkert/copy] for this. thanks for the issue
when I try
fs_utils.copyFileSync('./src/video-js.swf', './dist/video-js.swf'); I got diff md5 and size of files. For experiments you can use: https://github.com/videojs/video-js-swf/blob/master/dist/video-js.swf