Skip to content

Commit

Permalink
dont bother with socketio on submodule, just use npm for server portion
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwoo committed Apr 10, 2012
1 parent 506e930 commit aa11805
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
[submodule "deps/headjs"]
path = deps/headjs
url = https://github.com/headjs/headjs.git
[submodule "deps/socket.io"]
path = deps/socket.io
url = https://github.com/LearnBoost/socket.io.git
[submodule "deps/socket.io-client"]
path = deps/socket.io-client
url = https://github.com/LearnBoost/socket.io-client.git
1 change: 0 additions & 1 deletion deps/socket.io
Submodule socket.io deleted from a4e53a
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function buildStaticFiles() {
ams.build
.create(publicDir)
.add(depsDir + '/JSON-js/json2.js')
.add(depsDir + '/Socket.IO/socket.io.js')
.add(depsDir + '/socket.io-client/dist/socket.io.js')
.add(clientDir + '/util.js')
.add(depsDir + '/jquery-bbq/jquery.ba-bbq.js')
.add(depsDir + '/jquery.transform.js/jquery.transform.light.js')
Expand Down

0 comments on commit aa11805

Please sign in to comment.