Closed janpanschab closed 8 years ago
I was not able to reproduce this.
However, there is another approach to reload manually that could help: .on('end', browserSync.reload)
instead of just injecting changed HTML using .pipe
.
After closing https://github.com/actum/gulp-dev-stack/issues/17 it seems that reload after nunjucks compilation works fine.
Closing. Nunjucks are OK.
Sometimes when I save swig template the page is reloaded, but nothing happen. After second safe the changes are reflected. It looks like the reload event is triggered before the swig compilation is finished.