Generate HTML search with template; More Refactoring of the main workflows

This commit is contained in:
2023-02-24 15:29:36 +01:00
parent f43026b13b
commit a342f88e3c
9 changed files with 206 additions and 220 deletions

View File

@ -14,7 +14,7 @@ from Modules.Utils import *
from Libs import rcssmin
cssmin = rcssmin._make_cssmin(python_only=True)
def PrepareAssets(Flags):
def PrepareAssets(Flags:dict):
f = NameSpace(Flags)
if f.MinifyAssets:
shutil.copytree('Assets', f.OutDir, ignore=IgnoreFiles, dirs_exist_ok=True)