X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Asset.php;h=eb5c0538de30ffc395121bf6ff6c9b9fe56b6250;hp=5fc3e6a74e4eb1826617ab18810286651bc48268;hb=HEAD;hpb=7123424487802e2aea4b6a50be803f5b6e06729d diff --git a/Asset.php b/Asset.php index 5fc3e6a7..3e49f8eb 100644 --- a/Asset.php +++ b/Asset.php @@ -112,7 +112,7 @@ class Pman_Core_Asset extends Pman { $fh = fopen($fn,'r'); fpassthru($fh); fclose($fh); - $content = $data; + } @@ -158,6 +158,7 @@ class Pman_Core_Asset extends Pman { return false; } + if (file_exists($compile_dir)) { return $compile_dir; }