From 681c449f3557928e8e26e8803130e1088e8e1ea3 Mon Sep 17 00:00:00 2001 From: gwoo Date: Thu, 22 Nov 2007 17:57:57 +0000 Subject: [PATCH] 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 --- app/config/core.php | 3 ++- cake/console/libs/templates/skel/config/core.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/config/core.php b/app/config/core.php index 91c029d14..7e3e40a07 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -150,8 +150,9 @@ /** * 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. + * 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); /** diff --git a/cake/console/libs/templates/skel/config/core.php b/cake/console/libs/templates/skel/config/core.php index 91c029d14..7e3e40a07 100644 --- a/cake/console/libs/templates/skel/config/core.php +++ b/cake/console/libs/templates/skel/config/core.php @@ -150,8 +150,9 @@ /** * 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. + * 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); /**