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