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