From 01bbe55589698f66c8656bed7c450b1f1885ab68 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Wed, 14 May 2014 17:19:04 -0300 Subject: [PATCH] changed label --- ghpages.sh | 51 --------------------------------------------------- index.html | 2 +- popup.html | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 52 deletions(-) delete mode 100755 ghpages.sh diff --git a/ghpages.sh b/ghpages.sh deleted file mode 100755 index 8aa6e11cd..000000000 --- a/ghpages.sh +++ /dev/null @@ -1,51 +0,0 @@ -#! /bin/bash - -#Description: A simple script to compile and copy only the needed files for the web app. - -# Configs -APPDIR="webapp" -LIBDIR="$APPDIR/lib" -DOWNLOADDIR="$APPDIR/download" -ZIPFILE="copay_webapp_.zip" - -OpenColor="\033[" -Red="1;31m" -Yellow="1;33m" -Green="1;32m" -CloseColor="\033[0m" - -# Create/Clean temp dir -echo -e "${OpenColor}${Green}* Checking temp dir...${CloseColor}" -if [ -d $APPDIR ]; then - rm -rf $APPDIR -fi - -mkdir -p $APPDIR - -# Generate and copy bitcore bundle -if [ ! -d node_modules/bitcore ]; then - echo -e "${OpenColor}${Red}X The node_modules/bitcore dir does not exist. \nRun npm install and try again.${CloseColor}" - exit 1 -else - echo -e "${OpenColor}${Green}* Generating bitcore bundle...${CloseColor}" - cd node_modules/bitcore - grunt --target=dev shell - cd ../.. -fi - -# Re-compile copayBundle.js -echo -e "${OpenColor}${Green}* Generating copay bundle...${CloseColor}" -grunt --target=dev shell - -# Copy all app files -echo -e "${OpenColor}${Green}* Copying all app files...${CloseColor}" -cp -af {css,font,img,js,lib,config.js,index.html} $APPDIR -cp -af node_modules/bitcore/browser/bundle.js $LIBDIR/ -mv $LIBDIR/bundle.js $LIBDIR/bitcore.js - -echo -e "${OpenColor}${Green}* Zipping all app files...${CloseColor}" -zip -r $ZIPFILE $APPDIR -mkdir -p $DOWNLOADDIR -mv $ZIPFILE $DOWNLOADDIR - -echo -e "${OpenColor}${Yellow}\nAwesome! You just need to copy and paste the ./webapp content to your local repository and push it.${CloseColor}" diff --git a/index.html b/index.html index 7b1c44a6a..a3b4aac8c 100644 --- a/index.html +++ b/index.html @@ -591,7 +591,7 @@

{{title}}

- Network Name + Bitcoin Network
diff --git a/popup.html b/popup.html index 95f9db294..99e584da6 100644 --- a/popup.html +++ b/popup.html @@ -4,6 +4,25 @@ Copay + Open wallet