mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 17:51:07 +00:00
addJoroboMapTaskToRoboFile (#374)
This commit is contained in:
parent
ffc012d56a
commit
08e6da7006
14
RoboFile.php
14
RoboFile.php
@ -693,4 +693,18 @@ class RoboFile extends \Robo\Tasks
|
||||
{
|
||||
(new \Joomla\Jorobo\Tasks\BumpVersion())->run();
|
||||
}
|
||||
|
||||
/**
|
||||
* Map into Joomla installation.
|
||||
*
|
||||
* @param String $target The target joomla instance
|
||||
*
|
||||
* @since __DEPLOY_VERSION__
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function map($target)
|
||||
{
|
||||
(new \Joomla\Jorobo\Tasks\Map($target))->run();
|
||||
}
|
||||
}
|
||||
|
@ -11,6 +11,7 @@
|
||||
<description>MOD_WEBLINKS_XML_DESCRIPTION</description>
|
||||
<files>
|
||||
##MODULE_FILES##
|
||||
<file module="mod_weblinks">mod_weblinks.php</file>
|
||||
</files>
|
||||
<languages folder="language">
|
||||
##LANGUAGE_FILES##
|
||||
|
Loading…
Reference in New Issue
Block a user