示例#1
0
 /**
  * Runs grunt
  * 
  * @param type $extract_folder
  * @return type
  */
 protected function grunt()
 {
     return $this->grunt->setFolder($this->localdata->getAppPath())->run();
 }