-
Notifications
You must be signed in to change notification settings - Fork 433
Consider individual examples vs all-in-one? #286
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
Comments
I agree, I'm in the same situation. |
This is a great idea, it might be tough to pull off besides creating a yoeman template with many options for each situation. Are you saying having separate projects in each |
Yeoman is definitely one better but it wouldn't really help us isolate the components for comprehension purposes. What's the complexity you see in the separate configurations solution? In my mind, it's simpler, because you only have to update each branch whenever something changes for that particular branch, rather than trying to make everything trying to play together which I'm sure you agree that from experience can be very hard as version-specific incompatibilities appear from time to time. |
@georgiosd We have updated master with a lighter version of the template. The plan is to have branches(or PRs) with features available for testing. Let us know if this works for you |
@isaac2004 thank you! This is great! |
Hi!
Thanks for piecing this together.
I find myself getting quite frustrated with this type of starter because there's so much going on in there that I can hardly follow what's going on - and find it difficult to start hacking around.
Plus, I don't really need a lot of the features.
Would you consider slowly converting this all-in-one to individual configurations?
e.g. /configurations/pre-render: contains minimal configuration for SSR
etc.
The text was updated successfully, but these errors were encountered: