fixed grunt watch

This commit is contained in:
Ivan Socolsky 2015-01-05 10:57:44 -03:00
parent 598dc7bc0e
commit e57422231b
1 changed files with 1 additions and 1 deletions

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