martasp / BlazorLiveReload

BlazorLiveReload
143 stars 14 forks source link

The route "/preview" does not work as intended #7

Open Acmion opened 4 years ago

Acmion commented 4 years ago

The contents of "/preview" is only updated at rebuild, however, "/preview.html" is updated at each change.

"/preview.html" has to be manually refreshed, but is still quite a lot faster than rebuilding the entire project.

The problem occurs in a new project and in the sample that you have provided.