Skip to content

Commit d50a08e

Browse files
committed
making sure the assets styleguidekit doesn't update PL config
1 parent 1c98860 commit d50a08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/InstallerUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ protected static function runTasks($event,$type) {
575575
self::scanForPatternEngineRule($pathBase);
576576
} else if ($type == "patternlab-starterkit") {
577577
Config::updateConfigOption("starterKit",$name);
578-
} else if ($type == "patternlab-styleguidekit") {
578+
} else if (($type == "patternlab-styleguidekit") && (strpos($type,"-assets-") === false)) {
579579
Config::updateConfigOption("styleguideKit",$name);
580580
}
581581

0 commit comments

Comments
 (0)