From 7ec67fdd11eafe38a93dd113dd04cda03e3d1d8f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 11:17:07 +0800 Subject: [PATCH] Asset.php --- Asset.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2