all repos — py-vite @ f748b6198f813833bb855a8ecd19d91e568fd607

the original vite, written in python

style: remove shebang

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Thu, 27 Sep 2018 23:28:01 +0530
commit

f748b6198f813833bb855a8ecd19d91e568fd607

parent

50d543fa7ab1dca55c7e688a1f5b221fed564520

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

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

@@ -1,5 +1,3 @@

-#!/usr/bin/env python3 - """ Vite - A simple and minimal static site generator that JustWorks™ Author: Anirudh <icyph0x@pm.me>