How to use the stream function from browser-sync
Find comprehensive JavaScript browser-sync.stream code examples handpicked from public code repositorys.
GitHub: otter254/portfolio
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
0
0
1
+ 3 other calls in file
browser-sync.init is the most popular function in browser-sync (523 examples)