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
To replicate run the standard bolero app generated by the standard template.
When text content in the main.html template file everything nicely hot reloads in the browser.
If however an unfilled hole is added, the entire thing breaks. The breakage persists even if the whole is immediately removed again.
Sometimes the breakage is so severe that I have entirely remove the src/*.Client/obj folder and restart the server before it starts working again.
For example:
<templateid="Home"><divclass="content"><h1class="title">Welcome to Bolero!!</h1><p>This application demonstrates Bolero's major features: ${UnfilledHole}.</p>
...
</div>
...
</template
The text was updated successfully, but these errors were encountered:
To replicate run the standard bolero app generated by the standard template.
When text content in the
main.html
template file everything nicely hot reloads in the browser.If however an unfilled hole is added, the entire thing breaks. The breakage persists even if the whole is immediately removed again.
Sometimes the breakage is so severe that I have entirely remove the
src/*.Client/obj
folder and restart the server before it starts working again.For example:
The text was updated successfully, but these errors were encountered: