Refresh a remote URL with Gulp

296 views Asked by At

I have a gulp task that uploads changed files via FTP, and I'd like it to also trigger a refresh in my browser window. I know there are ways to do this for local sites with modules like browser-sync and live-reload, but I can't seem to find anything that would let me refresh a remote site. It's a minor thing, but it'd be such a nice little convenience.

Is this even possible?

0

There are 0 answers