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
Each served html should have livereloading functional. For now it works only for index.html files.
Why
To use servor livereload feature not only for spa, but for traditional sites as well.
How
I believe this should work as default, but it could be opt-in.
Workaround
I found only one way to achieve this - place separate index.html into nested directories (one dir per html), link them with /nested_dir and run servor with servor --reload --static
The text was updated successfully, but these errors were encountered:
Each served html should have livereloading functional. For now it works only for
index.html
files.Why
To use servor livereload feature not only for spa, but for traditional sites as well.
How
I believe this should work as default, but it could be opt-in.
Workaround
I found only one way to achieve this - place separate
index.html
into nested directories (one dir per html), link them with/nested_dir
and run servor withservor --reload --static
The text was updated successfully, but these errors were encountered: