Asset.php
authorAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 03:43:43 +0000 (11:43 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 03:43:43 +0000 (11:43 +0800)
Asset.php

index e6f644f..0ac4ba8 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -352,7 +352,7 @@ trait Pman_Core_Asset_Trait {
             clearstatcache();
             if (!file_exists($compiledir.'/'.$output) ||
                 !filesize($compiledir.'/'.$routput)) {
-                echo "<!-- compile did not generate files : {$compiledir}/{$output} -->\n";
+                echo "<!-- compile did not generate files : " . basename($compiledir) . "/{$output} -->\n";
                 $this->assetArrayToHtml($files,'css');
                 return;
             }