HTML/CSS/Minify.php
authorAlan Knowles <alan@roojs.com>
Mon, 18 Jan 2016 06:10:00 +0000 (14:10 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 18 Jan 2016 06:10:00 +0000 (14:10 +0800)
HTML/CSS/Minify.php

index e79e74d..0013d14 100644 (file)
@@ -210,6 +210,8 @@ class HTML_CSS_Minify
 
         // loop files
         foreach ($this->data as $source => $css) {
+            
+             $content = '/* ' . substr($source, strlen($this->baseURL)) . " */\n";
             /*
              * Let's first take out strings & comments, since we can't just remove
              * whitespace anywhere. If whitespace occurs inside a string, we should