DEV Community

Discussion on: Slow Page Refreshes Getting you Down? 3 Free Ways to Turbocharge your Dev Workflow with Browser Syncing

Collapse
 
landbryo profile image
Landon Otis

There has been an ongoing discussion throughout Local by Flywheel support forums about people having issues getting Browsersync to work, so I'm really glad to see you found a method. Can you post additional details about what configuration you used (ports, etc) to get it working? Big THANKS in advance!

Collapse
 
marklchaves profile image
mark l chaves • Edited

Hi Landon,

Thanks for your comment. I don't recall doing anything special except for adding a watch for CSS and PHP files in my Gulp script. This is documented above. Everything I've done to get this working is posted in the article.

Browsersync's default port is 3000. You can see that when you run Browsersync on the command line. You can obviously override this if needed.

Here's a copy of my output when I run my Gulp file. I hope it helps.

Gulp CLI output

Good luck!