zhanjh / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

How to handle css @import #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Minify version:
PHP version:5.2.1

What steps will reproduce the problem?
1. Minify CSS file that contain: @import "/lib/css/foo.css"

Expected output:

Correctly load the stylesheet

Actual output:

Did any unit tests FAIL? (Please do not post the full list)

No

Please provide any additional information below. If this has to do with URI
rewriting, please include your DOCUMENT_ROOT, the

Original issue reported on code.google.com by nicolasb...@gmail.com on 2 Mar 2011 at 3:29

GoogleCodeExporter commented 9 years ago
Sorry, this probably won't be implemented anytime soon. It will add a ton of 
complexity to the system and I'd like to have a new frontend cache (like in 
Symfony2) in place first.

Original comment by mrclay....@gmail.com on 2 Mar 2011 at 4:19