Skip to content

Commit

Permalink
Merge pull request video-dev#33 from dailymotion/drift_refactor
Browse files Browse the repository at this point in the history
refactor drift and playlist sliding
  • Loading branch information
mangui committed Oct 15, 2015
2 parents e3e3678 + 8696dad commit ff54847
Show file tree
Hide file tree
Showing 6 changed files with 597 additions and 315 deletions.
458 changes: 290 additions & 168 deletions dist/hls.js

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions dist/hls.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/hls.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"clean": "find dist -mindepth 1 -delete",
"prebuild": "npm run clean & npm run test",
"build": "browserify -s Hls src/hls.js -o dist/hls.js",
"build": "browserify -s Hls src/hls.js --debug | exorcist dist/hls.js.map > dist/hls.js",
"postbuild": "npm run minify",
"minify": "uglifyjs dist/hls.js -c sequences=true,dead_code=true,conditionals=true,booleans=true,unused=true,if_return=true,join_vars=true,drop_console=true -m sort --screw-ie8 > dist/hls.min.js",
"watch": "watchify --debug -s Hls src/hls.js -o dist/hls.js",
Expand All @@ -29,6 +29,7 @@
"devDependencies": {
"babelify": "^6.1.2",
"browserify": "^8.1.1",
"exorcist": "^0.4.0",
"http-server": "^0.7.4",
"jshint": "^2.5.11",
"live-reload": "^0.2.0",
Expand Down
Loading

0 comments on commit ff54847

Please sign in to comment.