Justin Krup
Justin Krup
Hey @satyavh, did @nabiltntn 's comment work for you? It definitely seems like an issue of the terminal not escaping some of the special characters. Another way around that is...
Hey @nabiltntn apologies for the huge delay in getting to this! It looks good to me but I just want to do a few tests before I merge it in.
For mobile development do you need to actually deploy or just have a publicly available server serving your code? If the latter maybe https://ngrok.com/ would help you - that gives...
That's actually very feasible! I think I'd call it `meteor-now --no-build` or `--cached`.
@leo and @qualitymanifest I've started a branch locally to use multi-stage builds to help reduce the ultimate docker image size. Unfortunately the build time goes up somewhat substantially with the...
@CaptainN Unfortunately I think the `$` causing an issue is a local issue from which terminal application you use `bash`/`fish`/`sh`. In the README perhaps we can more clearly recommend using...
We could definitely benefit from a page or section in the README.md dedicated to this, but for now I can just point you to some relevant Heroku docs: 1) https://devcenter.heroku.com/articles/custom-domains...