1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 10:18:49 +00:00

handle javascript properly for #396

This commit is contained in:
deadc0de6
2023-08-05 21:28:21 +02:00
parent 84bdd80be0
commit af5bcf4514

View File

@@ -220,6 +220,10 @@ class Templategen:
return True
if 'json' in out:
return True
if 'javascript' in out:
return True
if 'ecmascript' in out:
return True
return False
def _template_loader(self, relpath):