BrowserSync / UI

User interface for BrowserSync
Apache License 2.0
336 stars 44 forks source link

Browser sync constant refresh #35

Open Aftabnack opened 8 years ago

Aftabnack commented 8 years ago

File-watching with Browser-Sync is showing "file-changed" on a file which doesn't have any changes. It happens when I open it in Sublime Text and Atom editor. Any file(that is being watched) opened with either of the above two editors triggers an infinite message of "file-changed" on the console.

Please shed some light on this.

Edit: This is not the case when I use Notepad++, it works fine for notepad++

wromanek commented 8 years ago

I have similar problem. I am using browser-sync with Grunt on Windows 8.1. It keeps refreshing the page very often. If I do refresh with cache clearing like ctrl + F5 it reloads and then indicates that some files have been changes. My colleague is runing the same project on Windows 10 and it works fine for him.

mmirus commented 8 years ago

@Aftabnack , @wromanek did either of you learn anything about this? I'm seeing the same thing with Atom on Windows 8.1.

marc-wilson commented 7 years ago

+1

Everything gets refreshed as I type each character which results in a TON of refreshes.

marcomarasco commented 7 years ago

+1

Same behavior on MacOS Sierra with Atom editor.

nicolaiberghan commented 7 years ago

+1 when saving .js files only in Sublime.

kirat14 commented 7 years ago

Same issue using PhpStorm on windows 7, anyone have found a solution for this ?

macta commented 7 years ago

Same problem with IntelliJ2017 on OSX Sierra - I'm guessing its not a problem with some tools or we would see a lot more traffic here.

crantron commented 7 years ago

Phpstorm here, constant refresh

Aftabnack commented 6 years ago

I have moved on from using BrowserSync to using webpack, no more updates from me on this!