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

index 9c492a1..902a93a 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...