bringing subfolder installations to v0.4.0 - JUST FOR @PLANNER

This commit is contained in:
Julian Lam
2014-03-08 16:04:22 -05:00
parent f99c1f9921
commit 5a8a3627d2
5 changed files with 14 additions and 14 deletions

View File

@@ -28,11 +28,11 @@ var io;
Sockets.init = function(server) {
io = socketioWildcard(SocketIO).listen(server, {
log: false,
transports: ['websocket', 'xhr-polling', 'jsonp-polling', 'flashsocket'],
'browser client minification': true
'browser client minification': true,
resource: nconf.get('relative_path') + '/socket.io'
});
Sockets.server = io;