all repos — py-vite @ bfe307ad607a9e3aa485a67bf940621323e93704

the original vite, written in python

style(make.py): better outputs if you aren't in a project dir
Anirudh icyph0x@protonmail.com
Sat, 14 Apr 2018 22:22:33 +0530
commit

bfe307ad607a9e3aa485a67bf940621323e93704

parent

3dc2dd70f99cc6abc2db3567fcabbe01b1f4ef5c

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

jump to
M make.pymake.py

@@ -14,6 +14,8 @@ sys.path.append(os.getcwd())

import config except ModuleNotFoundError: print(bad('Error: config.py not found.')) + print(que('Are you sure you\'re in a project directory?')) + sys.exit(1) # constants PAGES_PATH = 'pages/'