mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
removed socket.io from http server
This commit is contained in:
parent
902a7d2056
commit
01043a2ea3
1 changed files with 0 additions and 4 deletions
|
|
@ -31,10 +31,6 @@ define(['http', 'node-static'], function(http, nodeStatic) {
|
||||||
fileServer.serveFile('./node_modules/requirejs/require.js', 200, {}, req, res);
|
fileServer.serveFile('./node_modules/requirejs/require.js', 200, {}, req, res);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case req.url == '/lib/SocketIO.js':
|
|
||||||
fileServer.serveFile('./node_modules/requirejs/require.js', 200, {}, req, res);
|
|
||||||
break;
|
|
||||||
|
|
||||||
case new RegExp(/^\/lib/).test(req.url):
|
case new RegExp(/^\/lib/).test(req.url):
|
||||||
fileServer.serve(req, res, function(){
|
fileServer.serve(req, res, function(){
|
||||||
self.handleFileError(res)
|
self.handleFileError(res)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue