|
@@ -53,9 +53,10 @@ class Bundler extends Task {
|
|
// hosting party and installing it into the application.
|
|
// hosting party and installing it into the application.
|
|
$path = path('bundle').$this->path($bundle);
|
|
$path = path('bundle').$this->path($bundle);
|
|
|
|
|
|
|
|
+ echo "Fetching [{$bundle['name']}]...";
|
|
$this->download($bundle, $path);
|
|
$this->download($bundle, $path);
|
|
|
|
|
|
- echo "Bundle [{$bundle['name']}] installed!".PHP_EOL;
|
|
|
|
|
|
+ echo "done! Bundle installed.".PHP_EOL;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -200,4 +201,4 @@ class Bundler extends Task {
|
|
return array_get($bundle, 'path', $bundle['name']);
|
|
return array_get($bundle, 'path', $bundle['name']);
|
|
}
|
|
}
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|