-
Notifications
You must be signed in to change notification settings - Fork 100
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
Configurable path to ios and android main.cljs #34
Comments
I think it makes sense to have such configuration possible.
It would still work for you I guess. |
Yes, exactly. I don't have it working. I tried to create a PR real quick, but I got stuck when I had to create dirs recursively. Never having done node or coffeescript programming, I googled for while and ended up reading reading a mkdir-p lib, then called it quits ✌️ |
No problem, I'll also give it a shot. |
Done, will be part of next release. |
Problem
The path to android and ios main.cljs is currently hardcoded to
env/{dev|prod}/env/{ios|android}/main.cljs
The command
re-natal use-figwheel
cannot be configured to match my project structure (see My use case).Suggestion
It would be nice to have the path to
{dev|prod}/env/{ios|android}/main.cljs
configurable, i.e. having direnv
configurable. To put something in.re-natal
like:My use case
I have a lot of platforms and mains - server, web and mobile - and I'd like to have the same structure for all my mains. Here's part of my current structure:
In my case, I'd configure
.re-natal:
"envRoot": "env/client"
The text was updated successfully, but these errors were encountered: