-
Notifications
You must be signed in to change notification settings - Fork 0
Understanding the CSS code #8
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 now know three ways to overwrite parts of the config tree:
I'll read more about Components.js config file syntax to try to learn how to override defaults more surgically. |
I'm not seeing https://componentsjs.readthedocs.io/en/latest/configuration/components/general/ getting used in CSS config files |
It's used in:
And I guess it:
It doesn't deal so much with LSD modules and components as such, I guess. Now that means I can still use the three methods I described above, but I would love to find some more knowledge about how to use overrides to efficiently (surgically) deviate from a default configuration. |
Ah, https://componentsjs.readthedocs.io/en/latest/configuration/configurations/semantic/ is what CSS does a lot, I think. |
Ah, and https://componentsjs.readthedocs.io/en/latest/configuration/configurations/overrides/ is what I need, I think. |
And I think here I finally found a perfect example of what I'll want to do often in Pivot. |
The ServerInitializer starts the server. https://communitysolidserver.github.io/CommunitySolidServer/latest/architecture/features/initialization/ explains it well.
HandlerServerConfigurator is chosen
in
config/http/server-factory/configurator/default.json
and it seems to be the main place where http requests are served, and for instance a 500 error is thrown if it all goes haywire.The text was updated successfully, but these errors were encountered: