]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - bin/compile.py
shouldn't make a difference but you never know...
[irc/quakenet/qwebirc.git] / bin / compile.py
index e5fb0c2b5a197ab65ba797d30bdd2b625753b98e..482255ddb6bebb5c425bb4796191d307bfb00ce1 100644 (file)
@@ -11,7 +11,7 @@ class MinifyException(Exception):
   
 def jarit(src):
   try:
-    p = subprocess.Popen(["java", "-jar", "bin/yuicompressor-2.4.2.jar", src], stdout=subprocess.PIPE, shell=os.name == "nt")
+    p = subprocess.Popen(["java", "-jar", "bin/yuicompressor-2.4.8.jar", src], stdout=subprocess.PIPE, shell=os.name == "nt")
   except Exception, e:
     if hasattr(e, "errno") and e.errno == 2:
       raise MinifyException, "unable to run java"
@@ -139,4 +139,4 @@ def vcheck():
   
 if __name__ == "__main__":
   main()
-  
\ No newline at end of file
+