gulp-data
gulp-data copied to clipboard
auto-reload browser when changing data.json
I've looked at similar problems here and here, but still couldn't solve the problem.
Help please to create a task for Gulp. Need to when changing 'data.json ' worked auto-reload. (using browserSync)
This is my gulpfile
I tried adding this line to my 'watch' task:
gulp.watch('src/data.json', gulp.series('nunjucks'));
But this did not solve the problem. To see the changes, you need to shut down 'Gulp' and start again.