1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-08 12:05:47 +02:00

fix build task

This commit is contained in:
Tom Johnson 2014-01-10 12:32:38 -08:00
parent 0dae44988e
commit 59a733f14e

View File

@ -192,7 +192,7 @@ module.exports = function(grunt) {
// Copy over other files
// grunt.file.copy('src/css/video-js.png', 'build/files/video-js.png');
grunt.file.copy('src/swf/video-js.swf', 'build/files/video-js.swf');
grunt.file.copy('node_modules/videojs-swf/dist/VideoJS.swf', 'build/files/video-js.swf');
// Inject version number into css file
var css = grunt.file.read('build/files/video-js.css');