Update builder

This commit is contained in:
Romain Neutron
2013-05-14 17:39:13 +02:00
parent 6d90fe3cf8
commit d9241b7915

View File

@@ -7,13 +7,11 @@
use Symfony\Component\Finder\Finder;
require __DIR__ . '/vendor/autoload.php';
printf('Retrieve vendors ...' . PHP_EOL);
system('./vendors.php --no-dev');
system(__DIR__ . '/composer.phar dump-autoload');
require __DIR__ . '/vendor/autoload.php';
chdir(__DIR__);