Skip to content

Commit

Permalink
rebuild the composer autoload map on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Lynch authored and Robert Lynch committed Feb 17, 2016
1 parent 411f0ad commit 5f55a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RoboFile.php
Expand Up @@ -9,6 +9,7 @@ class RoboFile extends \Robo\Tasks {
use ModelGeneratorTrait;

function build() {
$this->taskComposerDumpAutoload()->run();
$this->taskGenURIMap()->run();
$this->taskGenModels()->run();
$this->taskGulpRun()->run();
Expand Down

0 comments on commit 5f55a8f

Please sign in to comment.