cli
cli copied to clipboard
[Question]: Do not use `.shopifyignore` or `shopify.theme.toml` on dev command
Internally we use multiple environments per client (dev, stage, prod (sometimes multiple prods). For this, we configure a .shopifyignore and a shopify.theme.toml.
The thing is that on dev, we should not ignore any json files. We've now fixed this with our own CLI that removes the moves the .shopifyignore on dev, but since we want to fully move over to shopify.theme.toml I'm wondering if we could come up with something natively in the CLI or some extra config.