From 8b9ad143bbd16ecdf05b71c6bf4394865988a1e4 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 16 Oct 2014 17:36:17 -0300 Subject: [PATCH] ignore if copaybundle and copaymain were modified when grunt is watching --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index b1b121723..41b8a3c8b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -57,6 +57,8 @@ module.exports = function(grunt) { 'js/models/*.js', 'plugins/*.js', 'js/*.js', + '!js/copayBundle.js', + '!js/copayMain.js' ], tasks: ['shell:dev'] },