added syncing

This commit is contained in:
Jakub Kropáček 2024-06-12 10:55:52 +02:00
parent 33c5973821
commit 3de59d9817

View file

@ -107,6 +107,7 @@ def main() -> int:
template_files = find_templates(search_paths) template_files = find_templates(search_paths)
init_bw_session(bw_path) init_bw_session(bw_path)
sync_bw_session(bw_path)
for file in template_files: for file in template_files:
compile_file(file, bw_path) compile_file(file, bw_path)