AssetTrait.php
authorAlan Knowles <alan@roojs.com>
Mon, 18 Jan 2016 06:13:56 +0000 (14:13 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 18 Jan 2016 06:13:56 +0000 (14:13 +0800)
AssetTrait.php

index 902a93a..9c492a1 100644 (file)
@@ -170,7 +170,7 @@ trait Pman_Core_AssetTrait {
             echo "<!-- skipping $path - no files found -->\n";
             return;
         }
-        print_R($ar);
+        
          // cached version?? - how do we decide if it's expired?
         // while scanning the directory is slow... - it's faster than serving every file...