Add library compressing tool; add onopen and onclose callback to NDN class
diff --git a/js/testing/test-get-async.html b/js/testing/test-get-async.html
index cd19c9c..9317cc2 100644
--- a/js/testing/test-get-async.html
+++ b/js/testing/test-get-async.html
@@ -7,7 +7,7 @@
<head>
<title>NDN Get via WebSocket</title>
- <script type="text/javascript" src="../Helper.js"></script>
+ <script type="text/javascript" src="../tools/build/ndn-js.js"></script>
<script type="text/javascript">
var ndn = new NDN({port:9696});
diff --git a/js/testing/test-put-async.html b/js/testing/test-put-async.html
index cece056..57bc8a4 100644
--- a/js/testing/test-put-async.html
+++ b/js/testing/test-put-async.html
@@ -8,7 +8,7 @@
<head>
<title>NDN Put via WebSocket</title>
- <script type="text/javascript" src="../Helper.js"></script>
+ <script type="text/javascript" src="../tools/build/ndn-js.js"></script>
<script type="text/javascript">
var ndn = new NDN();