How to use the stream function from browser-sync

Find comprehensive JavaScript browser-sync.stream code examples handpicked from public code repositorys.

212
213
214
215
216
217
218
219
220
221
222
        cssDeclarationSorter({ order: 'smacss' })
      ])
    )
    .pipe(replace('?rev', `?ver=${Date.now()}`)) // キャッシュ
    .pipe(gulp.dest(setting.io.output.css, { sourcemaps: '/maps' }))
    .pipe(gulpif(browserSync.active === true, browserSync.stream()))
}


/**
 * scssProduction
fork icon0
star icon0
watch icon1

+ 3 other calls in file