Skip to content

Commit

Permalink
bwtest - output browserify bundle to build/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
guymguym committed Apr 3, 2015
1 parent bb21ac5 commit 67c7aef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/bwtest-browser.html

This file was deleted.

11 changes: 11 additions & 0 deletions test/bwtest.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!--
PREPARING THE BROWSERIFY BUNDLE:
$ npm install browserify
$ browserify -e test/bwtest.js -o build/bwtest-browserify.js
open browser - file:///.../node-webrtc/test/bwtest.html
-->
<script src="../build/bwtest-browserify.js"></script>

0 comments on commit 67c7aef

Please sign in to comment.