From e012479ab5834d332268ee6e063193561b762799 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 29 Sep 2014 00:26:30 -0400 Subject: [PATCH] adding socket.io client lib into the minfile --- package.json | 3 ++- src/meta/js.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4108e71842..54c8f6952a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,8 @@ "semver": "~2.3.1", "serve-favicon": "^2.0.1", "sitemap": "~0.7.3", - "socket.io": "~0.9.16", + "socket.io": "0.9.17", + "socket.io-client": "0.9.17", "socket.io-wildcard": "~0.1.1", "string": "~1.9.0", "templates.js": "0.0.13", diff --git a/src/meta/js.js b/src/meta/js.js index 57f5b0461b..6b596988c9 100644 --- a/src/meta/js.js +++ b/src/meta/js.js @@ -26,6 +26,7 @@ module.exports = function(Meta) { base: [ 'public/vendor/jquery/js/jquery.js', 'public/vendor/jquery/js/jquery-ui-1.10.4.custom.js', + './node_modules/socket.io-client/dist/socket.io.js', 'public/vendor/jquery/timeago/jquery.timeago.min.js', 'public/vendor/jquery/js/jquery.form.min.js', 'public/vendor/jquery/serializeObject/jquery.ba-serializeobject.min.js',