hls.js

v0.11.1-canary.4001
JavaScript HLS client using MediaSourceExtension

dev

webpack-dev-server --progress --env.debug --port 8000

docs

esdoc

lint

npm run lint:src && npm run lint:tests

test

npm run test:unit && npm run test:func

build

webpack --progress

start

npm run dev

pretest

npm run lint

lint:fix

eslint src/ tests/ --fix

lint:src

eslint src/

lint:demo

eslint demo/

precommit

./scripts/precommit

test:func

cross-env BABEL_ENV=test mocha --compilers js:babel-register tests/functional/auto/setup.js --timeout 40000

test:unit

karma start karma.conf.js

lint:quiet

eslint src/ tests/ --quiet

lint:tests

eslint tests/

build:watch

webpack --env.debug --watch

build:analyze

ANALYZE=true webpack --progress

test:unit:watch

karma start karma.conf.js --auto-watch --no-single-run

Metadata

Downloads