started migrating form editor + i18n added makepot with twig templates support
This commit is contained in:
@ -22,6 +22,13 @@ class RoboFile extends \Robo\Tasks {
|
||||
$this->_exec(join(' ', $command));
|
||||
}
|
||||
|
||||
function makepot() {
|
||||
$this->_exec('grunt makepot'.
|
||||
' --gruntfile '.__DIR__.'/tasks/makepot/makepot.js'.
|
||||
' --base_path '.__DIR__
|
||||
);
|
||||
}
|
||||
|
||||
function testUnit() {
|
||||
$this->loadEnv();
|
||||
$this->_exec('vendor/bin/codecept run unit');
|
||||
|
Reference in New Issue
Block a user