DEV Community

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

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!