cakephp2-php8/config
pies a8eed860b2 - added the csspp library that automatically reduces the size of CSS files; it is activated by prefixing an CSS file URL with /ccss/ instead of /css/ and there's a switch in the /config/core.php to activate it in Controller::cssTag()
- added a new class, File, currently only used by the Log class and Compressed CSS (CCSS) caching; aims to support easy reading and writing of files

git-svn-id: https://svn.cakephp.org/repo/trunk/cake@252 3807eeeb-6ff5-0310-8944-8be069107fe0
2005-06-19 03:35:19 +00:00
..
core.php - added the csspp library that automatically reduces the size of CSS files; it is activated by prefixing an CSS file URL with /ccss/ instead of /css/ and there's a switch in the /config/core.php to activate it in Controller::cssTag() 2005-06-19 03:35:19 +00:00
database.php.default Added back the @package and @subpackage headers to /app and /config files. 2005-06-05 23:41:46 +00:00
paths.php - added the csspp library that automatically reduces the size of CSS files; it is activated by prefixing an CSS file URL with /ccss/ instead of /css/ and there's a switch in the /config/core.php to activate it in Controller::cssTag() 2005-06-19 03:35:19 +00:00
routes.php Added back the @package and @subpackage headers to /app and /config files. 2005-06-05 23:41:46 +00:00
routes.php.default Added back the @package and @subpackage headers to /app and /config files. 2005-06-05 23:41:46 +00:00
tags.php - Controller::imageTag() uses a path set in /config/paths.php 2005-06-14 19:57:01 +00:00