S
S
Sulim Programmer2018-07-02 09:15:58
css
Sulim Programmer, 2018-07-02 09:15:58

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

6 answer(s)
S
Sulim Programmer, 2018-07-24
@II_95_LeGeNdA_95_II

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!

J
Johnny Smith, 2018-07-02
@Olek1

browsersync

D
Dymok, 2018-07-02
@UnluckySerivelha

https://ydmitry.ru/blog/ray-dlya-verstalshchika-si...

A
A person from Kazakhstan, 2018-07-02
@LenovoId

download and install vscode - it has a live server plugin - works just as well as livereload and the like

A
Alexander Taratin, 2018-07-02
@Taraflex

Switch to webpack as your build system, it works out of the box in any browser.

V
Vladislav Linnik, 2018-07-02
@VladikLinnik

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 question

Ask a Question

731 491 924 answers to any question