]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - bin/compile.py
Merge.
[irc/quakenet/qwebirc.git] / bin / compile.py
index 482255ddb6bebb5c425bb4796191d307bfb00ce1..da2e1982aee0dda8106a4c525201ace54e088ed1 100644 (file)
@@ -61,6 +61,8 @@ def merge_files(output, files, root_path=lambda x: x):
   f = open(output, "wb")
 
   for x in files:
+    if x.startswith("//"):
+      continue
     f2 = open(root_path(x), "rb")
     f.write(f2.read() + "\n")
     f2.close()