Browsersync not syncing scroll
问题 I am new to gulp and I'm trying to get browser-sync working. It seems to work fine except that the syncronised scroll is not working. Can anyone see what might be wrong with my setup. var gulp = require('gulp'), jade = require('gulp-jade'), uglify = require('gulp-uglify'), gutil = require('gulp-util'), sass = require('gulp-sass'), livereload = require('gulp-livereload'), browserSync = require('browser-sync'); var outputDir = "builds/development"; gulp.task('jade', function() { return gulp.src