BrowserSync is able to run in a "reload" mode (see http://www.browsersync.io/docs/command-line/#files-example at the bottom of the page: "reload over http protocol with full url"). This "reload" mode is not starting a browser-sync instance but only sending a reload event to a configurable one.
Is it possible to use only this reload mode of browser-sync with grunt-browser-sync?
I'm running grunt inside a VM but browser-sync on my local machine and I would like to let grunt trigger a reload on my local browser-sync instance.