function serve()

in RoboFile.php [57:59]


  function serve() {
    $this->_exec('php -S localhost:8000 -t build');
  }