Open weblabio opened 4 years ago
So, am I getting it right, that BrowserSync indeed does write into you console that it is reloading the Browser?
BTW: Thanks a lot for the detailed issues you're creating @WebLab-ImpCode!
Yes, BrowserSync reports an update and the page really reloads I double-checked again and recorded the video:
header.html (left) - this file is included inside <extends>
home.html (right) - root file
if I change header.html, then the page refreshes, but rebuilding does not work. if I change home.html, then everything is fine and the changes in header.html will also be rebuilt
I'm facing the same issue and tried to fix using in browsersync config: modifying files settings or using watch: true without success. Other files work properly.
Did anyone find a way to work around this issue?
browser-sync: ^2.26.7 browser-sync-webpack-plugin: ^2.0.1 laravel-mix: ^5.0.1 mix-html-builder: ^0.6.1
home.html
layouts/default.html
If I make an edit in start.html then the changes are reassembled but if i make an edit in header.html or footer.html (used into layout) are not rebuilt BrowserSync write in console: Reloading Browsers...
maybe I incorrectly configured the assembly?