From e97bd5e49aaab91fc273646907c1dea5cfffa7ef Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Jul 2011 16:34:33 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index 1f12579a..abab1f9b 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -176,7 +176,7 @@ class Pman_Core_JsCompile extends Pman mkdir(dirname($output), 0755, true); } $eoutput = escapeshellarg($output); - $cmd = "$seed {$o['jspacker']}/pack.js -o $eoutput " . implode($ofiles, ' '); + $cmd = "$seed {$o['cssminify']}/pack.js -o $eoutput " . implode($ofiles, ' '); //echo "
$cmd\n";
         //echo `$cmd`;
         `$cmd`;
-- 
2.39.2