X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Asset.php;h=5c1ecc9f69a1124e9ce4ab04000b982dfd1f9871;hb=799f8287375fbaa03063246b5e6a96a3255da200;hp=8a57671e4d98339095cdc7017512b020d020c69c;hpb=2743eccc8b526ed58067445fe19a281486c2b066;p=Pman.Core diff --git a/Asset.php b/Asset.php index 8a57671e..5c1ecc9f 100644 --- a/Asset.php +++ b/Asset.php @@ -178,8 +178,8 @@ class Pman_Core_Asset extends Pman { require_once 'System.php'; $mods = $this->modulesList(); - $mods[] = $ff->project; - $mods[] = $ff->project; + $mods[] = $ff->project; // Pman + $mods[] = ''; // Pman + appshortname.. foreach ($mods as $module) { $compile_dir = $this->getCompileDir('js', $module, false);