From fc53385ede4e24e0960d7c5eba2a38a134bd4e04 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sun, 2 Mar 2014 22:34:57 -0500 Subject: [PATCH] removing socket.io library from minfile --- src/meta.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/meta.js b/src/meta.js index 385e89e054..ce1cd70990 100644 --- a/src/meta.js +++ b/src/meta.js @@ -278,9 +278,6 @@ var fs = require('fs'), // Remove scripts that could not be found (remove this line at v0.5.0) Meta.js.scripts = jsPaths.filter(function(path) { return path !== null }); - // Add socket.io client library - Meta.js.scripts.push(path.join(__dirname, '../node_modules/socket.io/node_modules/socket.io-client/dist/socket.io.js')); - // Add plugin scripts Meta.js.scripts = Meta.js.scripts.concat(plugins.clientScripts);