From a8046f11e551c69d1e45cd432694b4c8a04ee7b7 Mon Sep 17 00:00:00 2001 From: alyx Date: Sat, 6 Apr 2024 16:59:12 -0400 Subject: Lua dev mode functional --- src/theming.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/theming.rs') diff --git a/src/theming.rs b/src/theming.rs index 1d7b1f2..6e5b3ba 100644 --- a/src/theming.rs +++ b/src/theming.rs @@ -24,3 +24,8 @@ pub fn render_theme(name: Option<&str>, ctx: &crate::ctx::Ctx) -> (String, Resul (theme.into(), res) } + +pub fn touch() { + hbs::touch(); + lua::touch(); +} -- cgit v1.2.3-54-g00ecf