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
a8688b56
authored
2016-05-10 16:45:18 -0400
by
Brandon Casey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
run browserify-shim transform on watch:js:browserify (#687)
1 parent
e9ea686b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
package.json
package.json
View file @
a8688b5
...
...
@@ -42,7 +42,7 @@
"watch:docs"
:
"nodemon --watch src/ --exec npm run docs"
,
"watch:js"
:
"npm-run-all -p watch:js:babel watch:js:browserify"
,
"watch:js:babel"
:
"npm run build:js:babel -- --watch"
,
"watch:js:browserify"
:
"watchify . -v -o dist/videojs-contrib-hls.js"
,
"watch:js:browserify"
:
"watchify . -v -
t browserify-shim -
o dist/videojs-contrib-hls.js"
,
"watch:test"
:
"npm-run-all -p watch:test:*"
,
"watch:test:js"
:
"node scripts/watch-test.js"
,
"watch:test:manifest"
:
"node -e
\"
var b=require('./scripts/manifest-data.js'); b.watch();
\"
"
,
...
...
Please
register
or
sign in
to post a comment