Does anyone know of a way to disable browser refreshing in Codekit 2? I’m enjoying the local server feature, but we have multiple people working on the site, and every time one person changes and saves a file we all get our pages refreshed. I'd like to temporarily disable it.
I know there are other ways for folks to access my site locally, but Codekit is what we're using for this right now.
Simply pause file watching:
Press command + option + control + / to toggle CodeKit's file-watching on and off.
This stopped auto refreshing for me when I made a change. You can still use codekit's address and it won't refresh when you make a change if you have paused watching.