How to minify embedded css that I get in string from a databse table? I know that i can minify it with preg_replace, but is it posible to minify with some minifier? With this for example(Google Minifier).
Thanks.
|
How to minify embedded css that I get in string from a databse table? I know that i can minify it with Thanks. |
|||||
|
|
http://code.google.com/p/minify/source/browse/trunk/min/lib/Minify/CSS/Compressor.php Method |
|||
|
|
|
Also look at https://github.com/web-developer/Resource-Handler. This is a on the fly css and js compressor and minifyer . This requires least configuration or hassle. |
|||
|
|