From: Alan Knowles Date: Thu, 24 Dec 2015 03:08:07 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b48b95003445c4c75c02e79e41b60b838a82c325 Asset.php --- 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';