Joel Chen
Joel Chen
thanks for the feedback. updated.
would this option be feasible: create a new package w/o `shjs`, update `shelljs` to depend on it.
test was still passing with this commit: ``` commit bc20c7c68509be6b5d9f6c467fb61d7883f8c4b7 Author: Kat Marchán Date: Wed Nov 28 20:26:27 2018 -0800 refactor(node): move the extensions bit to its own module ```...
@zkat any pointer in the error? I should get a few hours this/next week and will try to resolve this.
I think if dealing with paths correctly on Unix and windows is required, confippet could just use `path.normalize` for anything that's meant to be a path, and internally keep everything...
every provider supports the same set of functionalities. You can set a provider type to required, disabled, optional, or warn. see doc here: https://github.com/electrode-io/electrode-confippet/blob/master/compose.md#confippetcomposeconfig If you want a warning if...
Hi, thanks for the idea. I am not sure how the problem and solution fit in electrode-confippet. Do you have an example of how this would be used? I think...
Hi, thanks for reporting this. Yes, I can look into adding that. It's kind of possible to achieve something similar with current confippet's compose config feature. We were in fact...
I'd thought about this and actually tried to implement something. However, in the end, once you trigger the template feature, it's all processing as string. So if you want template...
version 1.1.33 now handle env substitute. please see if that fixes issue, else need to update pacote etc.