Closed timkelty closed 9 years ago
I've tried, but I cannot reproduce this problem.
If you still believe this to be a Browsersync issue, please provide a small sample project highlighting the bug & we'll re-open the ticket and investigate.
Thanks.
Following the docs, I am
pipe
-ingbrowserSync.reload({stream: true})
aftergulp.dest
.This is resulting in the
gulp.dest
files not being written. If I switch the order (putbrowserSync.reload({stream: true})
beforepipe(gulp.dest...)
), it works (both writes file dest AND injects changes in the browser).Are the docs wrong or is something else going on?
Here's my Gulpfile. I'm using PostCSS instead of Sass like your example, but it should be the same: