all repos — py-vite @ 528abb85d70d28e9a6703643ed65a0aa6de6bc56

the original vite, written in python

fix: bad shebang
icyphox icyph0x@protonmail.com
Thu, 22 Mar 2018 15:41:56 +0530
commit

528abb85d70d28e9a6703643ed65a0aa6de6bc56

parent

1ca46801401ef3b7f2d9c27cd7acbb4553decfbe

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

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

@@ -1,4 +1,4 @@

-#! /usr/bin/env python3 +#!/usr/bin/env python3 """ Vite - A simple and minimal static site generator.