gimm / gulp-live-server

serve your nodejs/static app live
148 stars 71 forks source link

Fix server notify/start examples in readme #39

Closed ismyrnow closed 9 years ago

ismyrnow commented 9 years ago

Resolves issue #36.

Examples now use bind when possible (server.notify.bind(server)) and an inline function when it's not possible (server.start()).

ismyrnow commented 9 years ago

Might also resolve #22, assuming the main issue there is documentation.

gimm commented 9 years ago

thanks man!