Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Removed reload in favour of stream
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangittings committed Mar 11, 2020
1 parent c2462d5 commit 3e5c2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gulp.task('watch', function () {
notify: false
});

gulp.watch(paths.styles.watch, gulp.series('css', reload));
gulp.watch(paths.styles.watch, gulp.series('css'));
gulp.watch(paths.scripts.watch, gulp.series('scripts', reload));
gulp.watch("**/*.php", reload);
gulp.watch('**/*.html', reload);
Expand Down

0 comments on commit 3e5c2aa

Please sign in to comment.