Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b31d13bf
authored
2014-07-16 11:30:02 -0700
by
Benjamin Peterson
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
put xhr.js before playlist.js to get dependencies correct
1 parent
0c7a44ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Gruntfile.js
Gruntfile.js
View file @
b31d13b
...
...
@@ -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'
}
...
...
Please
register
or
sign in
to post a comment