From 0c8f7d4d2167fbb00d1b3bf6849e7e0ef46acbe6 Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Thu, 17 Jul 2014 16:30:47 -0700 Subject: [PATCH] move bitcore-dev.js -> bundle.js To make it easier to test the master branch of bitcore with other apps, especially Copay. --- browser/build.js | 2 +- test/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/build.js b/browser/build.js index 39d10805b..6d6de0abe 100644 --- a/browser/build.js +++ b/browser/build.js @@ -166,7 +166,7 @@ if (require.main === module) { var pjson = require('../package.json'); bitcoreBundle.pipe( program.stdout ? process.stdout : - fs.createWriteStream('browser/bitcore-dev.js')); + fs.createWriteStream('browser/bundle.js')); } module.exports.createBitcore = createBitcore; diff --git a/test/index.html b/test/index.html index aa5363132..db755fffc 100644 --- a/test/index.html +++ b/test/index.html @@ -11,7 +11,7 @@ - +