@@ -65,6 +65,9 @@ |
||
65 | 65 | $this->system->subscribe('core.rendered', array($this, 'renderer')); |
66 | 66 | } |
67 | 67 | |
68 | + /** |
|
69 | + * @param \samson\core\Module[] $moduleList |
|
70 | + */ |
|
68 | 71 | public function generateResources($moduleList, $templatePath = 'default') |
69 | 72 | { |
70 | 73 | // Cache main web resources |