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
f2936074
authored
2014-07-16 09:11:11 -0700
by
Benjamin Peterson
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add xhr.js to Gruntfile.js
1 parent
8e72fc98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
Gruntfile.js
Gruntfile.js
View file @
f293607
...
...
@@ -31,7 +31,8 @@ module.exports = function(grunt) {
'src/segment-parser.js'
,
'src/stream.js'
,
'src/m3u8/m3u8-parser.js'
,
'src/playlist-loader.js'
'src/playlist-loader.js'
,
'src/xhr.js'
,
],
dest
:
'dist/videojs.hls.js'
}
...
...
Please
register
or
sign in
to post a comment