removed node_modules from tree, fixed gulp watch, ...
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user