shakyShane / jekyll-gulp-sass-browser-sync

A starter project including full setup for Jekyll, GulpJS, SASS & BrowserSync
728 stars 169 forks source link

browserSync is not a function in its newest releases #37

Closed mngyuan closed 8 years ago

mngyuan commented 8 years ago

the browserSync(...) pattern has been replaced by browserSync.init(...)

pretty minor thing and pretty easy to fix, just want to make sure you guys are aware of it. if you npm install browsersync it will give you a version which doesn't support the old pattern.

shakyShane commented 8 years ago

@phorust this is not correct, the old api is still supported, it's just not recommended any more.

Feel free to send a PR with updates :)