We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8559496 commit 28ff4baCopy full SHA for 28ff4ba
src/PatternLab/InstallerUtil.php
@@ -638,6 +638,7 @@ protected static function runTasks($installerInfo) {
638
Config::updateConfigOption("starterKitPath",$pathBase);
639
} else if (($type == "patternlab-styleguidekit") && (strpos($name,"-assets-") === false)) {
640
Config::updateConfigOption("styleguideKit",$name);
641
+ Config::updateConfigOption("styleguideKitPath",$pathBase);
642
}
643
644
// override any configs that have been set-up
0 commit comments