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
0c7a44ef
authored
2014-07-16 11:15:58 -0700
by
Steve Heffernan
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #118 from gutworth/add-xhr-source
add xhr.js to Gruntfile.js
2 parents
8e72fc98
f2936074
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
Gruntfile.js
Gruntfile.js
View file @
0c7a44e
...
...
@@ -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