Skip to content

Commit

Permalink
Added config-split import in dev mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
nachosalvador committed Feb 1, 2019
1 parent dd20475 commit 4596752
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ public function drupalInstall($opts = ['devel' => FALSE]) {
->arg('cache-rebuild'));

if ($this->devel) {
// Import dev configuration to enable migration modules.
$collection->AddTask($this->taskExec(self::DRUSH)
->arg('config-split:import'));
// Add default content.
$collection->AddTask($this->taskExec(self::DRUSH)
->arg('migrate-import')
Expand Down

0 comments on commit 4596752

Please sign in to comment.