Answer the question
In order to leave comments, you need to log in
How to make it so that after saving the html / css the page is automatically updated? (For Opera)?
You write the code, save it, and the result is immediately in the browser, without the need to refresh the page. I don't use chrome, OPERA
Answer the question
In order to leave comments, you need to log in
All your answers were useless ... Neither browsersync nor liveReload, nothing helped, the " LivePage " extension helped, which is only for Google Chrome and Yandex and is still paid, In this case, the "Install Chrome Extensions" extension helped, which allows you to install Chrome extensions in Opera , I downloaded the source code of the application and unzipped it in Opera. Everything is working. You write the code, save it, and the result is immediately in the browser. Everything as I wanted. I decided to share the solution because for a long time I could not find a solution to this problem, which I just did not try ... I hope it helped .. Good luck!
download and install vscode - it has a live server plugin - works just as well as livereload and the like
Switch to webpack as your build system, it works out of the box in any browser.
As an option:
Hold down Shift and right-click on the root folder, then click on open the command window, paste the text browser-sync start --server --files "php/*.php,css/*.css,js/*.js ,html/*.html,*.*" and the project will open in the default browser and the pages will be updated.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question