From: Alan Knowles Date: Thu, 24 Dec 2015 03:17:07 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7ec67fdd11eafe38a93dd113dd04cda03e3d1d8f Asset.php --- diff --git a/Asset.php b/Asset.php index 7ddd4488..74e46bb9 100644 --- a/Asset.php +++ b/Asset.php @@ -244,6 +244,7 @@ trait Pman_Core_Asset_Trait { function outputCssDir($path) { + die("cssdir"); $relpath = $this->rootURL . '/' . $path .'/'; $ff = HTML_FlexyFramework::get(); $dir = $this->rootDir.'/' . $path;