added support for nodejs

This commit is contained in:
tamat
2018-03-08 12:58:39 +01:00
parent 1df90b5348
commit f984476c83
17 changed files with 555 additions and 628 deletions

View File

@@ -42,7 +42,7 @@ sys.stderr.write(" + Root folder: " + root_path + "\n")
def packJSCode(files):
f1, fullcode_path = tempfile.mkstemp() #create temporary file
data = "//packer version\n"
data = "//packer version\n\n"
for filename in files:
filename = filename.strip()