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
commit 8b9ad143bb

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']
},