removed node_modules from tree, fixed gulp watch, ...

This commit is contained in:
emilie.aurat
2017-12-21 18:58:49 +01:00
parent b665357fe1
commit 838e1d5251
8066 changed files with 570 additions and 681980 deletions
-1
View File
@@ -61,7 +61,6 @@ for d in os.listdir(content_dir):
export_path = os.path.join(content_dir,d, src)
print('export_path:', export_path)
if os.path.isfile(export_path):
print('EXPORT OK')
with open(export_path, 'r', encoding="utf8") as export_f:
output_md += "\n\n"+export_f.read()