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) {
'src/segment-parser.js',
'src/stream.js',
'src/m3u8/m3u8-parser.js',
'src/playlist-loader.js',
'src/xhr.js',
'src/playlist-loader.js'
],
dest: 'dist/videojs.hls.js'
}
......