BrowserSync / gulp-browser-sync

How to use the Browsersync module with gulp.
http://browsersync.io
384 stars 27 forks source link

Should support streams #9

Closed shakyShane closed 10 years ago

shakyShane commented 10 years ago

We all want this really don't we.

gulp.task('sass', function () {
    gulp.src(paths.scss)
        .pipe(sass({includePaths: ['scss']}))
        .pipe(prefix())
        .pipe(gulp.dest('css'))
        .pipe(browserSync.reload())
});
shakyShane commented 10 years ago

http://quick.as/8rxhzxv

shakyShane commented 10 years ago

0.8.0