repository->assetPath($this->module->getLowerName()); } /** * Get source path. * * @return string */ public function getSourcePath() { return $this->getModule()->getExtraPath( GenerateConfigReader::read('assets')->getPath() ); } }