Skip to content

Instantly share code, notes, and snippets.

@ilearnjavascript
Last active April 6, 2019 10:08
Show Gist options
  • Save ilearnjavascript/ced1abc6fc617b7c469d189946d05b82 to your computer and use it in GitHub Desktop.
Save ilearnjavascript/ced1abc6fc617b7c469d189946d05b82 to your computer and use it in GitHub Desktop.
gulp - gulpfile - 11.js
gulp.task('watch', async function() {
gulp.watch(['src/*.scss', 'src/*.html', 'src/*.js'], gulp.series('dev'))
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment