This repository was archived by the owner on Oct 13, 2018. It is now read-only.

Description
Hey, is there any way to access browserSync instance created on connection?
var browserSync = new BrowserSync(options);
I would like to create a plugin which modifies ghost mode. So far I managed to do what I wanted, but only as a fork. I'm wondering if I can apply the same by a bs plugin, but I need to access that browserSync variable. Any ideas? I can help with implementation if needed.