BrowserSync / gulp-browser-sync

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

Upgrade to latest version breaks my build #32

Closed niallobrien closed 10 years ago

niallobrien commented 10 years ago

Hi, I'm currently on v0.9.1 and when I upgrade to v1.3.7 my existing gulp task breaks.

I've enclosed my gulpfile so you can see exactly what I'm doing. bs.options.url is undefined. Any advice is appreciated. Thanks in advance.

https://gist.github.com/niallobrien/74cb4eccefab346aa057

shakyShane commented 10 years ago

There were breaking changes in 1.0.0

bs.options.url no longer exists.

bs.options.urls.local, bs.options.urls.external & bs.options.urls.tunnel do now exist though :)

niallobrien commented 10 years ago

Awesome, thanks for the update.