all repos — py-vite @ 4a69e7f57d5c5fc2ccee6d1196ed32e37a8f95e8

the original vite, written in python

Switch to yyyy-mm-dd for dates

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Thu, 08 Aug 2019 22:47:33 +0530
commit

4a69e7f57d5c5fc2ccee6d1196ed32e37a8f95e8

parent

ee0ec1fa8f781c7d9de33cd13d9de0ce23108bff

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

jump to
M vite/vite.pyvite/vite.py

@@ -57,7 +57,7 @@

def create_path(path): head, tail = os.path.split(path) now = datetime.datetime.now() - today = now.strftime('%d %B, %Y') + today = now.strftime('%Y-%m-%d') try: os.makedirs(os.path.join(PAGES_PATH, head))