From 1aedec7efa596d0ec11911b42065349f9dd3c998 Mon Sep 17 00:00:00 2001 From: tohuuuuu Date: Thu, 2 Jun 2022 22:57:11 +0200 Subject: [PATCH] Include compiled page template to fix navigation. --- xar-assembly.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xar-assembly.xml b/xar-assembly.xml index 2d27ecb..37a20ab 100644 --- a/xar-assembly.xml +++ b/xar-assembly.xml @@ -60,11 +60,18 @@ --> **.js **.css + **/page.html ${project.build.directory}/generated-resources/frontend/xar-resources + + ${project.build.directory}/classes + + templates/page.html + +