mirror of
https://github.com/videojs/video.js.git
synced 2025-02-08 12:05:47 +02:00
@alex-phillips fixed reference to videojs-vtt.js dependency. closes #3080
This commit is contained in:
parent
084bcf692c
commit
acd775f551
@ -2,7 +2,7 @@ CHANGELOG
|
||||
=========
|
||||
|
||||
## HEAD (Unreleased)
|
||||
_(none)_
|
||||
* @alex-phillips fixed reference to videojs-vtt.js dependency ([view](https://github.com/videojs/video.js/pull/3080))
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -396,7 +396,7 @@ module.exports = function(grunt) {
|
||||
options: {
|
||||
separator: '\n',
|
||||
},
|
||||
src: ['build/temp/video.js', 'node_modules/vtt.js/dist/vtt.js'],
|
||||
src: ['build/temp/video.js', 'node_modules/videojs-vtt.js/dist/vtt.js'],
|
||||
dest: 'build/temp/video.js',
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user