yeoman / generator-webapp

A gulp.js generator for modern webapps
3.77k stars 708 forks source link

Nunjucks + Browsersync recipe fix v3 #631

Closed Trost123 closed 7 years ago

Trost123 commented 7 years ago

Force gulp to wait for .njk files to compile before triggering Browsersync reload. According to this guide: https://browsersync.io/docs/gulp#gulp-reload

P.S. Took me a lot of tries to deal with this one, while the solution was in Browsersync docs all along 😃