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

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