From b48b95003445c4c75c02e79e41b60b838a82c325 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 11:08:07 +0800 Subject: [PATCH] Asset.php --- Asset.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Asset.php b/Asset.php index 792ff038..5284094e 100644 --- a/Asset.php +++ b/Asset.php @@ -6,12 +6,15 @@ * * Also includes code to generate assets... * - * methods outputJavascriptDir / outputCssDir generate files in - * SESSION-PATH/Asset/css/xxxx.yyy.zzz - * SESSION-PATH/Asset/js/xxxx.yyy.zzz - * + * methods outputJavascriptDir / outputCssDir generate links to + * BASEURL/Asset/css/xxxx.yyy.zzz + * BASEURL/Asset/js/xxxx.yyy.zzz * + * then + * we deliver the file from + * SESSION-DIR/{$www-user}-{$ff->project}-$ff->version}-{js|css}-compile'; * + * */ require_once 'Pman.php'; -- 2.39.2