From e57422231b101c3e686ffed0441aacc815afbef2 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Mon, 5 Jan 2015 10:57:44 -0300 Subject: [PATCH] fixed grunt watch --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 954507565..218d48860 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -53,7 +53,7 @@ module.exports = function(grunt) { '!js/copayBundle.js', '!js/copayMain.js' ], - tasks: ['shell:dev'] + tasks: ['exec:dev'] }, css: { files: ['css/src/*.css'],