summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index bea6e33..9f851c2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,9 +13,10 @@
<div id="container"></div>
</body>
<script src="/socket.io/socket.io.js"></script>
+<script src="/assets/js/vendor/socket.io-stream.js"></script>
<script>
var s = document.createElement('script');
- s.setAttribute('src','bundle.js?' + Date.now());
+ s.setAttribute('src','assets/js/app.js?' + Date.now());
document.body.appendChild(s)
</script>
</html> \ No newline at end of file