forked from neotenic/protobowl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb.js
More file actions
19 lines (15 loc) · 647 Bytes
/
web.js
File metadata and controls
19 lines (15 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// this is the minimal bootstrapping launcher code
// all it does is whatever is minimally necessary
// to launch the main server code which is in
// coffeescript
require('./tools/node_modules/coffee-script');
// var simple = require('./server/simplestatic');
// var protobowl_main = require('./server/main');
// var protocompile = require('./tools/watcher');
// protocompile.watch(protobowl_main.new_update);
require('./tools/watcher');
// require('./build/server/main')
// require('./build/server/static')
// var cp = require('child_process');
// cp.fork(__dirname + '/build/server/main.js')
// cp.fork(__dirname + '/build/server/static.js')