mirror of
https://github.com/mrclay/minify.git
synced 2025-08-11 16:44:44 +02:00
@@ -54,6 +54,7 @@ class Minify_ImportProcessor
|
||||
|
||||
private function _getContent($file, $is_imported = false)
|
||||
{
|
||||
$file = preg_replace('~\\?.*~', '', $file);
|
||||
$file = realpath($file);
|
||||
if (! $file
|
||||
|| in_array($file, self::$filesIncluded)
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import url(adjacent.css) screen;
|
||||
@import url(adjacent.css?ver=1) screen;
|
||||
@import "1/tv.css" tv, projection;
|
||||
@import "../lib/css/example.css";
|
||||
input foo { background: red url(/red.gif); }
|
||||
|
Reference in New Issue
Block a user