fixed grunt watch

This commit is contained in:
Ivan Socolsky 2015-01-05 10:57:44 -03:00
commit e57422231b

View file

@ -53,7 +53,7 @@ module.exports = function(grunt) {
'!js/copayBundle.js',
'!js/copayMain.js'
],
tasks: ['shell:dev']
tasks: ['exec:dev']
},
css: {
files: ['css/src/*.css'],