From f9bed2903de8934a514c2d2173dcbefb496a035f Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 5 Jan 2015 15:12:54 -0300 Subject: [PATCH] fix grunt --- Gruntfile.js | 2 +- browser-extensions/chrome/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 218d48860..569e458e5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -73,7 +73,7 @@ module.exports = function(grunt) { }, config: { files: ['config.js'], - tasks: ['shell:dev', 'concat:main'] + tasks: ['exec:dev', 'concat:main'] }, test: { files: ['test/**/*.js'], diff --git a/browser-extensions/chrome/build.sh b/browser-extensions/chrome/build.sh index cb7fbe92e..211de01f9 100755 --- a/browser-extensions/chrome/build.sh +++ b/browser-extensions/chrome/build.sh @@ -35,7 +35,7 @@ mkdir -p $APPDIR # Re-compile copayBundle.js echo "${OpenColor}${Green}* Generating copay bundle...${CloseColor}" -grunt --target=dev shell +grunt prod checkOK # Copy all chrome-extension files