added angular controllers to grunt watch

This commit is contained in:
Manuel Araoz 2014-08-13 18:49:22 -04:00
commit 098ed70765

View file

@ -24,7 +24,7 @@ module.exports = function(grunt) {
tasks: ['markdown'] tasks: ['markdown']
}, },
scripts: { scripts: {
files: ['*.js', '**/*.js', '*.html', '!**/node_modules/**', '!lib/**js', '!browser/vendor-bundle.js', '!js/copayBundle.js'], files: ['*.js', '*/*/*.js', '**/*.js', '*.html', '!**/node_modules/**', '!lib/**js', '!browser/vendor-bundle.js', '!js/copayBundle.js'],
tasks: ['shell'], tasks: ['shell'],
}, },
}, },