nix: Move docs tools into core infrastructure
This commit is contained in:
committed by
Wolfgang Walther
parent
e110fdbd2c
commit
a1f2ecadda
@@ -3,7 +3,7 @@ import sys
|
||||
from livereload import Server, shell
|
||||
from subprocess import call
|
||||
|
||||
if len(sys.argv) == 1:
|
||||
if len(sys.argv) == 1 or sys.argv[1] == "":
|
||||
locale = "default"
|
||||
build = "./build.sh"
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user