-
Notifications
You must be signed in to change notification settings - Fork 304
some .componentrc or other environmental configuration file #517
Comments
I personally don't like the environmental variables alternative. And I don't see why I wouldn't be allowed to have a global configuration setup Also, along with the custom remotes, we could avoid using the |
On the other hand... I see the advantage to sometimes have the chance to override "some" configs via ENV vars... in PaaS like heroku for example. hmmm... tricky choice. |
yeah that's basically how i'm also thinking of adding more properties like |
i was thinking of a |
I'm not positive that environmental variables would be the best way of handling this because of the usecase where someone who is technically working on 1 large component that contains a couple of smaller components. Due to the current philosophy behind component, it makes sense to separate these components into separate "projects" (aka folders with a root level component.json),so you find yourself going in and out of each component folder to run "component build" in order to ultimately generate a couple of components for consumption within one over-arching project. I'm already picturing that during fast-pace development people forget to change env vars and end up with the wrong settings generating the wrong builds, with errors resulting in more Github issues |
the idea behind |
Ah , gotcha. I thought you meant manually settings environment variables via shell |
Can I do anything to resolve this? Because componentjs is amazing to me and I want this to be a part of it. |
@krainboltgreene what is exactly so amazing? I don't think anyone will put new effort into component, see #639 |
It's exactly what I want and perfect for web components. I'm annoyed that it's not moving forward. |
can you describe which concept is perfect and why other tools are not suitable? |
for stuff like:
the primary reason is that a lot of the CLI utilities need these variables, but putting them all as an option every time is a little annoying. it'll also make
--help
less verbose.note that this is only for local configurations. the entire build should work with and without this config file.
alternatives:
component.json
like.builder
references:
The text was updated successfully, but these errors were encountered: