]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - bin/compile.py
Merge.
[irc/quakenet/qwebirc.git] / bin / compile.py
index cc01caecbcde2013bae86906f4601a40298d9b7b..da2e1982aee0dda8106a4c525201ace54e088ed1 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"