Skip to content

Commit

Permalink
nko ready
Browse files Browse the repository at this point in the history
  • Loading branch information
dodo committed Aug 27, 2011
1 parent 7243d0c commit e8a1e71
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
build/*
node_modules/*
secret.js
*.css
.lock-wscript
.*~
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -8,7 +8,8 @@
, "start": "./raytracer"
}
, "dependencies": {
"coffee-script": ""
"nko": ""
, "coffee-script": ""
, "eyes": ""
, "colors": ""
, "cli": ""
Expand Down
2 changes: 2 additions & 0 deletions secret.js
@@ -0,0 +1,2 @@

module.exports = "";
1 change: 1 addition & 0 deletions src/server.coffee
Expand Up @@ -56,6 +56,7 @@ class Cluster extends Master
@listen @port, @host
if @isMaster
console.log("http server listening on %s:%d …".magenta, @host, @port)
require('nko') require '../../secret'

# exports

Expand Down

0 comments on commit e8a1e71

Please sign in to comment.