all repos — py-vite @ 0c081ce92944abf3c868647c4561c47054ca67e5

the original vite, written in python

chore(make.py): linting
icyphox icyph0x@protonmail.com
Sat, 17 Mar 2018 19:32:55 +0530
commit

0c081ce92944abf3c868647c4561c47054ca67e5

parent

62ddcd5c929b5a6d58f17b54473dcc7c5d159f4a

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M make.pymake.py

@@ -41,7 +41,6 @@ html_text = markdown_render(page)

html_path = os.path.splitext(os.path.join(BUILD_PATH, page))[0] if not os.path.exists(html_path): os.mkdir(html_path) - html_file = os.path.splitext(page)[0] + '.html' output = jinja_render(html_text, template_file) with open(os.path.join(html_path, 'index.html'), 'w') as f: f.write(output)