Skip to content

Commit 530236a

Browse files
committed
double-checking how the starterkit is handled
1 parent 3c9e823 commit 530236a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/PatternLab/InstallerUtil.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,13 @@ protected static function runTasks($installerInfo) {
622622

623623
// reorder packages so the starterkit is first if it's being installed as a package
624624
$packages = $installerInfo["packages"];
625+
626+
print_r($packages);
627+
625628
$packages = array_merge(array_filter($packages, "self::includeStarterKit"), array_filter($packages, "self::excludeStarterKit"));
626629

630+
print_r($packages);
631+
627632
foreach ($packages as $package) {
628633

629634
// set-up package info

0 commit comments

Comments
 (0)