Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #119 from mvrhov/patch-1
Browse files Browse the repository at this point in the history
Speed-up phar build process
  • Loading branch information
kherge committed Dec 17, 2015
2 parents 83c6ed9 + 7ef5b4d commit c9ee902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/KevinGH/Box/Command/Build.php
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$this->putln('?', "Output path: $path");

$this->box = Box::create($path);
$this->box->getPhar()->startBuffering();

// set replacement values, if any
if (array() !== ($values = $this->config->getProcessedReplacements())) {
Expand Down

0 comments on commit c9ee902

Please sign in to comment.