diff options
Diffstat (limited to 'src/main/kotlin/App.kt')
-rw-r--r-- | src/main/kotlin/App.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/App.kt b/src/main/kotlin/App.kt index bb69db2..37c7f11 100644 --- a/src/main/kotlin/App.kt +++ b/src/main/kotlin/App.kt @@ -24,7 +24,7 @@ fun main() { .start(7000) // Set up templating - RockerRuntime.getInstance().isReloading = true + RockerRuntime.getInstance().isReloading = false JavalinRenderer.register( FileRenderer { filepath, model -> Rocker.template(filepath).bind(model).render().toString() }, ".rocker.html" ) |