Skip to content

Commit

Permalink
Try a different build file name
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydwatkin committed Nov 11, 2013
1 parent d27e1e9 commit 5366b3f
Show file tree
Hide file tree
Showing 3 changed files with 4,522 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ bundle.bundle(options, function (err, js) {
else
result = UglifyJS.minify(js, { fromString: true }).code

fs.writeFileSync('webrtc.bundle.js', result)
fs.writeFileSync('xmpp-ftw.bundle.js', result)
})
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ <h2>Remote Video</h2>

</body>
<script type="text/javascript" src="https://xmpp-ftw.jit.su/scripts/primus.js"></script>
<script type="text/javascript" src="webrtc.bundle.js"></script>
<script type="text/javascript" src="xmpp-ftw.bundle.js"></script>
</html>
Loading

0 comments on commit 5366b3f

Please sign in to comment.