Skip to content

Commit

Permalink
Test requiring client/server modules. Ref GH-26
Browse files Browse the repository at this point in the history
Not used anywhere yet
  • Loading branch information
deathcap committed Jan 15, 2014
1 parent 8bfde0e commit 47b7a16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ createPlugins = require 'voxel-plugins'

# plugins (loaded by voxel-plugins; listed here for browserify)
require 'voxel-engine'
window.client = require 'voxel-client'
window.server = require 'voxel-server'
require 'voxel-registry'
require 'voxel-carry'
require 'craftingrecipes'
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"dependencies": {
"ever": "0.0.3",
"voxel-engine": "git://github.com/deathcap/voxel-engine.git#61177bd73ee38f13e925115768776d42f15476e3",
"voxel-client": "git://github.com/deathcap/voxel-client.git#221b638316e5ffff5f34a0009ccb3e39f5d0aab8",
"voxel-server": "2.0.0",
"voxel-texture": "git://github.com/deathcap/voxel-texture.git#6a90b85eb31b825b0c784e5e8d4944aa66705f6e",
"voxel-plugins": "git://github.com/deathcap/voxel-plugins.git#5aa955b5476d7e2a8901f5fbe40c4c3b38920f88",
"voxel-plugins-ui": "git://github.com/deathcap/voxel-plugins-ui.git#2ccea4f4edb35b7df2de733530f7de93d9dee9df",
Expand Down

0 comments on commit 47b7a16

Please sign in to comment.