ignore if copaybundle and copaymain were modified when grunt is watching
This commit is contained in:
parent
2beda0c354
commit
8b9ad143bb
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ module.exports = function(grunt) {
|
|||
'js/models/*.js',
|
||||
'plugins/*.js',
|
||||
'js/*.js',
|
||||
'!js/copayBundle.js',
|
||||
'!js/copayMain.js'
|
||||
],
|
||||
tasks: ['shell:dev']
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue