Custom Watchers
new Task( 'speak', function(){
return gulp.src( '' ).pipe( shell( 'say ' + message ) );
})
.watch( './app/**' );Last updated
new Task( 'speak', function(){
return gulp.src( '' ).pipe( shell( 'say ' + message ) );
})
.watch( './app/**' );Last updated