all. I’m using livereload which is autoreload html,js file tool.
It is very convenient.But I have one problem. I am making single web page app which is depends on hash change website.
Like this . /#/home, /#/product. So when reload browser at /#/product it reloads and back to root / url.It’s difficult to debug.
I want to save hash location when reload browser. If I reload /#/product page , and I want to stay still at /#/product page.
Do you have any idea? Thanks in advance.
You are not using a real hash in
/#/home. Use/#homeor/#productand it will persist on reload.