HTML/CSS/Minify.php
authoredward <edward@roojs.com>
Thu, 30 Nov 2017 13:24:03 +0000 (21:24 +0800)
committeredward <edward@roojs.com>
Thu, 30 Nov 2017 13:24:03 +0000 (21:24 +0800)
HTML/CSS/Minify.php

index 9ce6f11..32bcd66 100644 (file)
@@ -272,6 +272,7 @@ class HTML_CSS_Minify
      */
     protected function move($serve_url, $content)
     {
+        print_R($serve_url);exit;
         /*
          * Relative path references will usually be enclosed by url(). @import
          * is an exception, where url() is not necessary around the path (but is