0

我收到的错误消息;

Warning: CssCrush_IO::testOutputDir: Output directory doesn't exist  
www\css\lib\CssCrush\IO.php on line 50

CssCrush的CssCrush.phpindex.php和对应的文件都在同一个文件夹中。

我正在使用这些行来调用 CssCrush 脚本

<?php 
require_once 'CssCrush.php'; 
$compiled_file = csscrush_file( 'test.css' );
?>

<link rel="stylesheet" type="text/css" href="<?php echo $compiled_file; ?>" media="all" />

有谁知道如何解决这个错误?

4

1 回答 1

0

您必须创建testOutputDir下定义的路径。

于 2013-03-05T08:30:55.110 回答