-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple pattern directories #248
Comments
|
I like this approach, a few questions though which I could see being relevant at least in the way we're thinking through multi-site (think theme-specific rather than product-specific) …
|
|
Unrelated to the above topics - which are important - I wanted to get down a paper another approach that came on the back of support for starterkits. Starterkits, when used as a base for derivative development, could be consumed in one of two ways:
cc @geoffp since we were talking about this today, but I hadn't really worked through the whole reference thing. |
👍 to "referenced." This is the feedback I've gotten as well. |
👍 to referenced from me too. This is pretty much the vision that we have over here for our ideal thing. It would let us keep our "base" patterns, which are intended to be shared with multiple product teams, under source control separately from each team's more product-specific patterns. And it provides a clear upgrade path for base patterns, widget sets, or whatever without having to dig them all out of your source directory. |
Cool - |
Addressed in #645 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Capturing some notes from Target folks:
If
confg.patterns.source
accepted an array of patterns directories, one might be able to inherit shared / base patterns from a separate repository directory and build product-specific pattern libraries atop them.Questions
pattern_assembler.processPatternIterative()
andpattern_assembler.processPatternRecursive()
to go through the array instead of one directory.The text was updated successfully, but these errors were encountered: