b31d13bf by Benjamin Peterson

put xhr.js before playlist.js to get dependencies correct

1 parent 0c7a44ef
...@@ -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 }
......