mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-06-05 22:09:23 +02:00
HTML files as page inputs
This commit is contained in:
@ -20,4 +20,5 @@ def PugCompileList(Pages):
|
||||
Path = 'public/{}'.format(File)
|
||||
WriteFile(Path, Content)
|
||||
Paths += '"{}" '.format(Path)
|
||||
os.system('pug -P {} > /dev/null'.format(Paths))
|
||||
if Paths:
|
||||
os.system('pug -P {} > /dev/null'.format(Paths))
|
||||
|
Reference in New Issue
Block a user