Added JS build script.

This commit is contained in:
Stefan Thomas
2012-11-07 12:49:17 -08:00
parent fa3fab5816
commit f4d951cd67
7 changed files with 70 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ var utils = require('./utils.js');
var jsbn = require('./jsbn.js');
// Don't include in browser context.
var config = require('../test/config.js');
var config = require('../../test/config.js');
var BigInteger = jsbn.BigInteger;
var nbi = jsbn.nbi;

View File

@@ -22,7 +22,7 @@ var Amount = require('./amount.js').Amount;
var UInt160 = require('./amount.js').UInt160;
// Don't include in browser context.
var config = require('../test/config.js');
var config = require('../../test/config.js');
// Request events emmitted:
// 'success' : Request successful.