From 598cc179b4bcc648fb513d30bb13d489316159f0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 11:06:07 +0800 Subject: [PATCH] Asset.php --- Asset.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Asset.php b/Asset.php index 4d1eeff2..792ff038 100644 --- a/Asset.php +++ b/Asset.php @@ -6,7 +6,11 @@ * * Also includes code to generate assets... * - * Hydra generates a url for the compressed files as /Asset/css/xxxx.yyy.zzz + * methods outputJavascriptDir / outputCssDir generate files in + * SESSION-PATH/Asset/css/xxxx.yyy.zzz + * SESSION-PATH/Asset/js/xxxx.yyy.zzz + * + * * */ -- 2.39.2