2
2
I there a good extension to automatically reload the chrome browser on any change of HTML, Javascript or CSS ?
2
2
I there a good extension to automatically reload the chrome browser on any change of HTML, Javascript or CSS ?
1
Yes it is. Try Luba Autoreload. It's the simplest and best extension in my opinion. But relatively unknown for no reason.
Probably unknown due to its name.. – Pithikos – 2017-08-04T15:14:07.700
Probably because it's glitchy and hasn't been updated in years, and because it breaks Chrome? – megamaiku – 2017-10-07T20:41:05.913
LiveReload works for me. Current usage: Install Python ->
pip install livereload
->livereload path/to/code
-> http://127.0.0.1:35729/index.html – Nils – 2018-08-28T13:11:07.357