Can anyone explain me how to get it working!
The COMPRESS_CSS comment are too few
/**
* Compress output CSS (removing comments, whitespace, repeating tags
etc.)
* This requires a/var/cache directory to be writable by the web server
(caching).
* To use, prefix the CSS link URL with '/ccss/' instead of '/css/' or
use Controller::cssTag().
*/
I use <?php echo $html->css('style_ie'); ?>
in html <link rel="stylesheet" type="text/css"
href="/cleaninstall/app/webroot/ccss/style_ie.css" />
but the /webroot/ccss directory is empty.
How to get it work?
The only idee I got is that I ve no /var/cache writeable directory. But
is it really needed, can't cake use an internal directory?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---