Hi wluigi, I think the reason for the sparse documentation is that if everything is in place it quite simply "just works". However not sure it's not the top of the development list ;).
Try accessing the url "/ccss/display.css" (or whatever your css file is named) and action the error messages. The way that it works is quite simple: request for css file process css file making it smaller output directly to browser It doesn't create an output file*, so looking in the ccss folder (you created that I assume?) you will find nothing. You might find this ticket useful: https://trac.cakephp.org/ticket/1323 you could leave the changes made to make_clean_css if you have the file csspp.php in vendors folder (it doesn't come with the cake download anymore). HTH, AD7six * It does use cache, so that subsequent requests are just read directly from the cache folder. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
