From: Alan Knowles Date: Thu, 16 Aug 2018 00:52:21 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=c0f9c4dd8ab62d93878c00041f23c3f80ecbb86d;hp=ac6299e08d5f4d1ff7792d7f55b675150e28551d;p=Pman.Core Asset.php --- diff --git a/Asset.php b/Asset.php index 65ac6908..ffe0d41a 100644 --- a/Asset.php +++ b/Asset.php @@ -175,6 +175,9 @@ class Pman_Core_Asset extends Pman { require_once 'System.php'; $mods = $this->modulesList(); + $mods[] = 'Pman'; + $mods[] = ''; + foreach ($mods as $module) { $compile_dir = $this->getCompileDir('js', $module, false);