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

@@ -7,6 +7,9 @@ var Server = require("./server.js").Server;
var testutils = require("./testutils.js");
require("../src/js/amount.js").config = require("./config.js");
require("../src/js/remote.js").config = require("./config.js");
// How long to wait for server to start.
var serverDelay = 1500;