Skip to content

Commit b11033f

Browse files
committed
Update to Gulpfile.js to fix memory leak issue.
See Issue scotch-io#32. On change function is redundant and actually causes memory leaks once called enough.
1 parent f1a9c48 commit b11033f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

19-mean-workflow/gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ gulp.task('nodemon', function() {
6161
ext: 'js less html'
6262
})
6363
.on('start', ['watch'])
64-
.on('change', ['watch'])
6564
.on('restart', function() {
6665
console.log('Restarted!');
6766
});

0 commit comments

Comments
 (0)