From db00fa6eb06eb124f4ccfc67d2ba626c50a114f0 Mon Sep 17 00:00:00 2001 From: Steve Clay Date: Thu, 7 Jun 2012 15:06:40 -0300 Subject: [PATCH] Update master --- min/utils.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/min/utils.php b/min/utils.php index a18d7ad..5b64270 100644 --- a/min/utils.php +++ b/min/utils.php @@ -2,6 +2,11 @@ /** * Utility functions for generating URIs in HTML files * + * @warning These functions execute min/groupsConfig.php, sometimes multiple times. + * You must make sure that functions are not redefined, and if your use custom sources, + * you must require_once dirname(__FILE__) . '/lib/Minify/Source.php' so that + * class is available. + * * @package Minify */