Rework config.js to not be add to web pack.

This commit is contained in:
Arthur Britto
2012-11-07 16:03:39 -08:00
parent c04b94f781
commit b271192547
8 changed files with 24 additions and 12 deletions

View File

@@ -3,6 +3,8 @@ var buster = require("buster");
var Server = require("./server.js").Server;
var Remote = require("../src/js/remote.js").Remote;
require("../src/js/remote.js").config = require("./config.js");
// How long to wait for server to start.
var serverDelay = 1500;