From bc3778c17fce40d8483e11566405b4eac28fa035 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Thu, 27 Sep 2012 09:12:58 -0700 Subject: [PATCH] Update SockJS to 0.3.3 for iOS 6 xhr-polling support. See https://github.com/sockjs/sockjs-node/pull/88 --- admin/generate-dev-bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/generate-dev-bundle.sh b/admin/generate-dev-bundle.sh index 6f495e7c2d..6ab25d6b05 100755 --- a/admin/generate-dev-bundle.sh +++ b/admin/generate-dev-bundle.sh @@ -198,7 +198,7 @@ npm install mailcomposer@0.1.15 # Sockjs has a broken optional dependancy, and npm optional dependancies # don't seem to quite work. Fake it out with a checkout. git clone http://github.com/akdubya/rbytes.git -npm install sockjs@0.3.1 +npm install sockjs@0.3.3 rm -rf rbytes npm install fibers@0.6.9