You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so I only do basic html css stuff with browser-sync
I use vim as my editor browser-sync start --server --files index.html chapter-8-static.css
or browser-sync start --server --files index.html *.css are the commands I used.
The issue - when working with Text Editor (gedit) and using the above command - things work fine!
When using vim to edit the css and html files, the saved changes are not reflected in the browser.
F5 will make edits visible.
Sometimes editing with vim - changes to the css files are visible, othertimes not, same with the html.
There's no reason nor rhyme
Any advice?
Steps to reproduce/test case
Please specify which version of Browsersync, node and npm you're running
Issue details
so I only do basic html css stuff with browser-sync
I use vim as my editor
browser-sync start --server --files index.html chapter-8-static.css
or
browser-sync start --server --files index.html *.css
are the commands I used.The issue - when working with Text Editor (gedit) and using the above command - things work fine!
When using vim to edit the css and html files, the saved changes are not reflected in the browser.
F5 will make edits visible.
Sometimes editing with vim - changes to the css files are visible, othertimes not, same with the html.
There's no reason nor rhyme
Any advice?
Steps to reproduce/test case
Please specify which version of Browsersync, node and npm you're running
Affected platforms
Browsersync use-case
If CLI, please paste the entire command below
browser-sync start --server --files index.html chapter-8-static.css
browser-sync start -s --cwd
The text was updated successfully, but these errors were encountered: