put xhr.js before playlist.js to get dependencies correct
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -31,8 +31,8 @@ module.exports = function(grunt) { | ... | @@ -31,8 +31,8 @@ module.exports = function(grunt) { |
31 | 'src/segment-parser.js', | 31 | 'src/segment-parser.js', |
32 | 'src/stream.js', | 32 | 'src/stream.js', |
33 | 'src/m3u8/m3u8-parser.js', | 33 | 'src/m3u8/m3u8-parser.js', |
34 | 'src/playlist-loader.js', | ||
35 | 'src/xhr.js', | 34 | 'src/xhr.js', |
35 | 'src/playlist-loader.js' | ||
36 | ], | 36 | ], |
37 | dest: 'dist/videojs.hls.js' | 37 | dest: 'dist/videojs.hls.js' |
38 | } | 38 | } | ... | ... |
-
Please register or sign in to post a comment