added syncing
This commit is contained in:
parent
33c5973821
commit
3de59d9817
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue