예제 #1
0
 protected function compress()
 {
     try {
         return Process::uglifyjs(['-mc', 'warnings=false'], parent::compress());
     } catch (Exceptions\ProcessFailure $e) {
         throw new Exceptions\SyntaxError($this, $e->error);
     }
 }