Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
update with clappr 0.0.69 (closes #140)
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioribeiro committed Dec 19, 2014
1 parent 06e524c commit 0ba4f00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gulp.task('build', ['pre-build'], function(b) {
.external('hls')
.bundle()
.pipe(source('main.js'))
.pipe(rename( 'p2phls' + (isProd ? '.min.js' : '.js')));
.pipe(rename('p2phls' + (isProd ? '.min.js' : '.js')));

if(isProd) {
stream.pipe(streamify(uglify()));
Expand Down
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,10 @@
"type": "git",
"url": "git@github.com:bemtv/clappr-p2phls-plugin.git"
},
"browserify-shim": {
"zepto": "global:$",
"underscore": "global:_"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"devDependencies": {
"underscore": "1.7.0",
"underscore" : "1.7.0",
"s3": "^4.1.1",
"browserify": "^6.3.2",
"browserify-shim": "^3.7.0",
"chai": "latest",
"dotenv": "^0.4.0",
"es6ify": "1.4.0",
Expand Down
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var Browser = require('browser')
var Styler = require('./styler')
var HLS = require('hls')
var version = require('../package.json').version
var _ = require('underscore')

class P2PHLS extends HLS {
get name() { return 'p2phls' }
Expand Down

0 comments on commit 0ba4f00

Please sign in to comment.