From b5cdb1c46d8feeb38e2108d8051a91b5b8e8f4c2 Mon Sep 17 00:00:00 2001 From: Eric Martindale Date: Fri, 14 Feb 2014 19:20:55 +0000 Subject: [PATCH 1/3] Add support for dynamically setting segment.io key. --- app/views/includes/head.jade | 9 ++++++--- config/config.js | 3 +++ config/express.js | 6 ++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app/views/includes/head.jade b/app/views/includes/head.jade index d687416..9afe8d7 100644 --- a/app/views/includes/head.jade +++ b/app/views/includes/head.jade @@ -14,6 +14,9 @@ head link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,400italic') link(rel='stylesheet', href='/lib/bootstrap/dist/css/bootstrap.min.css') link(rel='stylesheet', href='/css/main.min.css') - script(type='text/javascript'). - window.analytics||(window.analytics=[]),window.analytics.methods=['identify','track','trackLink','trackForm','trackClick','trackSubmit','page','pageview','ab','alias','ready','group','on','once','off'],window.analytics.factory=function(t){return function(){var a=Array.prototype.slice.call(arguments);return a.unshift(t),window.analytics.push(a),window.analytics}};for(var i=0;i Date: Fri, 14 Feb 2014 15:59:25 -0500 Subject: [PATCH 2/3] update version for npm We'll put this version on npm. Need to update version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6e6ac6..7cb573d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insight-bitcore", - "version": "0.0.1", + "version": "0.1.0", "author": { "name": "Ryan X Charles", "email": "ryan@bitpay.com" From 09985f229862d5180d3ecc3846c34156d26b5b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Ar=C3=A1oz?= Date: Fri, 14 Feb 2014 19:33:38 -0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9367dd2..13722b3 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ bitcoind must be running and must have finished downloading the blockchain **bef * **NPM** - Node.js package manager, should be automatically installed when you get node.js. ## Quick Install + Check the Prerequisites section above before installing. + To install Insight, clone the main repository: $ git clone git@github.com:bitpay/insight.git && cd insight