DataObjects/Mtrack_repos.php
authorAlan Knowles <alan@roojs.com>
Thu, 6 Sep 2018 02:55:51 +0000 (10:55 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Sep 2018 02:55:51 +0000 (10:55 +0800)
DataObjects/Mtrack_repos.php

index 57ec377..0c8da40 100644 (file)
@@ -782,6 +782,10 @@ class Pman_MTrack_DataObjects_Mtrack_repos extends DB_DataObject
             if (preg_match('/\.map$/', $file)) {
                 $lines = "Changed";
             }
+            
+            if (preg_match('/\.min\.css$/', $file)) {
+                $lines = "Changed";
+            }
             // put this in if you plan to delete quite a few files..
             //if (strpos($lines, '+++ /dev/null') > 1) {
             //    $lines = "Deleted";