zhanjh / minify

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

Process the final css output #258

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I need to process the final css output, but I don't know where I can do it. 
Before the updating I did it in min/lib/Minify/CSS/Compressor.php and I put my 
code in process function; Now for that function passes "one file at a time", 
but I need process the whole css output.

Thanks.

Original issue reported on code.google.com by lorenzoc...@gmail.com on 23 Apr 2012 at 3:34

GoogleCodeExporter commented 9 years ago
See 
http://code.google.com/p/minify/wiki/CookBook#Processing_Output_After_Minificati
on

Original comment by mrclay....@gmail.com on 23 Apr 2012 at 3:57