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 b8af4a4 commit 0eace9eCopy full SHA for 0eace9e
src/PatternLab/Builder.php
@@ -95,6 +95,7 @@ protected function generateIndex() {
95
96
$finder = new Finder();
97
$base = __DIR__."/../../../"; /* [1] */
98
+ $kit_path = Config::getOption("styleguideKitPath");
99
$finder->files()->name("composer.json")->in($base)->contains('patternlab-styleguidekit')->sortByName(); /* [2] */
100
101
foreach ($finder as $file) {
0 commit comments