diff --git a/19-mean-workflow/gulpfile.js b/19-mean-workflow/gulpfile.js index 8f1c77c..c847edd 100644 --- a/19-mean-workflow/gulpfile.js +++ b/19-mean-workflow/gulpfile.js @@ -61,7 +61,6 @@ gulp.task('nodemon', function() { ext: 'js less html' }) .on('start', ['watch']) - .on('change', ['watch']) .on('restart', function() { console.log('Restarted!'); });