updating COMPRESS_CSS doc bloc, fixes #3529

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6052 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-11-22 17:57:57 +00:00
parent fa988bcc18
commit 681c449f35
2 changed files with 4 additions and 2 deletions

View file

@ -150,8 +150,9 @@
/** /**
* Compress CSS output by removing comments, whitespace, repeating tags, etc. * Compress CSS output by removing comments, whitespace, repeating tags, etc.
* This requires a/var/cache directory to be writable by the web server for caching. * This requires a/var/cache directory to be writable by the web server for caching.
* and /vendors/csspp/csspp.php
* *
* To use, prefix the CSS link URL with '/ccss/' instead of '/css/' or use Controller::cssTag(). * To use, prefix the CSS link URL with '/ccss/' instead of '/css/' or use HtmlHelper::css().
*/ */
define('COMPRESS_CSS', false); define('COMPRESS_CSS', false);
/** /**

View file

@ -150,8 +150,9 @@
/** /**
* Compress CSS output by removing comments, whitespace, repeating tags, etc. * Compress CSS output by removing comments, whitespace, repeating tags, etc.
* This requires a/var/cache directory to be writable by the web server for caching. * This requires a/var/cache directory to be writable by the web server for caching.
* and /vendors/csspp/csspp.php
* *
* To use, prefix the CSS link URL with '/ccss/' instead of '/css/' or use Controller::cssTag(). * To use, prefix the CSS link URL with '/ccss/' instead of '/css/' or use HtmlHelper::css().
*/ */
define('COMPRESS_CSS', false); define('COMPRESS_CSS', false);
/** /**