Merge branch 'sprint/hufangzhou_minify' into 'master'

* Fix bug for helper class not found.

See merge request easycorp/zentaopms!6529
This commit is contained in:
王怡栋
2022-12-13 06:18:17 +00:00
+3 -1
View File
@@ -3,7 +3,9 @@
* This file is used to compress css and js files.
*/
$baseDir = dirname(dirname(__FILE__));
$baseDir = dirname(dirname(__FILE__));
include $baseDir . '/framework/helper.class.php';
//$miniCSSTool = getenv('MINIFY_CSS_PATH');
//$miniJSTool = getenv('MINIFY_JS_PATH');
$miniCSSTool = '/home/z/ci/minify/minifyCSS.php';