buildSDK/less-bootstrap-compiler.php
authoredward <edward@roojs.com>
Fri, 5 Jan 2018 09:58:53 +0000 (17:58 +0800)
committeredward <edward@roojs.com>
Fri, 5 Jan 2018 09:58:53 +0000 (17:58 +0800)
buildSDK/less-bootstrap-compiler.php

index 40b698d..a80c81b 100644 (file)
@@ -46,6 +46,12 @@ foreach ($files as $src => $file){
     
     if(file_exists($variable)){
         echo "exist??";
+        echo "\n";
+        
+        echo filemtime($variable);
+        
+        echo "\n";
+        
         exit;
     }