ignore if copaybundle and copaymain were modified when grunt is watching

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-16 17:36:17 -03:00 committed by Matias Alejo Garcia
parent 2beda0c354
commit 8b9ad143bb
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ module.exports = function(grunt) {
'js/models/*.js',
'plugins/*.js',
'js/*.js',
'!js/copayBundle.js',
'!js/copayMain.js'
],
tasks: ['shell:dev']
},