Skip to content

Commit

Permalink
Switch from socket.io to SockJS.
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikv committed Apr 12, 2013
1 parent 6e85dbc commit 158adc9
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 3,339 deletions.
2 changes: 1 addition & 1 deletion client/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dev:
browserify main.js > tmp.js
cat socket.io.js filer.js tmp.js > prefetch.js
cat libraries/sockjs.min.js libraries/filer.js tmp.js > prefetch.js
rm tmp.js

prod:
Expand Down
Loading

0 comments on commit 158adc9

Please sign in to comment.