started migrating form editor + i18n added makepot with twig templates support

This commit is contained in:
Jonathan Labreuille
2015-07-29 16:54:06 +02:00
parent d736420f3d
commit 9e2df5c1d7
23 changed files with 3291 additions and 46 deletions

View File

@ -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');