l1f7 / surface

:construction: Building blocks & guidelines for front-end at Lift (deprecated: unmaintained)
2 stars 1 forks source link

Add BrowserSync reload to webpack.js gulp task #6

Closed hyshka closed 7 years ago

hyshka commented 7 years ago

Ex.

gulp.task('webpack', () => {
    webpack(webpackConfig, (err, stats) => {
        logger(err, stats);
    });
    bs.reload();
});