For several days now, and i don't know why, when I start browser-sync, it isn't auto 'correctly' reload on all viewport i have opened : i have to use CTRL +F5 to apply my change on my all devices to see the changes.
I actually use the UI Interface and the commande 'Reload ALL'
I start my project like this way :
browser-sync start -s -f="css/.css, js/.js,*.html" -b"=Vivaldi" for statics files (testing or anything like that)
OR
browser-sync start -p ="my url to watch" -f="css/.css,js/.js,*.html" -b"=Vivaldi"
In Addition:
_Please provide necessary steps for reproduction of this issue, or better the
reduced test case (without any external dependencies)_.
I use brower-sync in a stand alone tools (whitout gulp or equivalence).
{cli command here}
{Browsersync init code here}
Is there any whitespace before your doctype? Could be same as #1299
@KeironLowe92 Thanks! That solved my problem.
I worked on Professionnal project : i'm the only one who use this workflow and i don't have the 'hand' on the doctype files because isn't my task.
Also i have the "same" beug on personnal local/server project... i gonna try to fix this with your tips !