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:
<template id="Home">
<div class="content">
<h1 class="title">Welcome to Bolero!!</h1>
<p>This application demonstrates Bolero's major features: ${UnfilledHole}.</p>
...
</div>
...
</template
To replicate run the standard bolero app generated by the standard template.
When text content in the
main.htmltemplate 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/objfolder and restart the server before it starts working again.For example: