From 9ca7174c8505bdac4b3e597f4548c1bec0ab2387 Mon Sep 17 00:00:00 2001 From: blek Date: Mon, 6 Nov 2023 13:53:08 +1000 Subject: [PATCH] fix a few problems with template sources --- filed/dev-entry.sh | 2 +- filed/templates/.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filed/dev-entry.sh b/filed/dev-entry.sh index 309680a..21db006 100755 --- a/filed/dev-entry.sh +++ b/filed/dev-entry.sh @@ -5,4 +5,4 @@ cd /opt/code cargo check cargo build -cargo watch -w src -w templates -w static -x run +cargo watch -w src -w templates/source -w static -x run diff --git a/filed/templates/.gitignore b/filed/templates/.gitignore index 136d8f1..c96a04f 100644 --- a/filed/templates/.gitignore +++ b/filed/templates/.gitignore @@ -1,2 +1,2 @@ -./*.html +* !.gitignore \ No newline at end of file