-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat: optional path build.yaml option #83
Conversation
# Conflicts: # examples/envied_example/.env # packages/envied_generator/lib/builder.dart # packages/envied_generator/lib/src/generator.dart
@marcel-ploch can you throw an eye on it, please? |
Hey @techouse , the PR looks fine to me and does the same as my original implementation. Kind regards |
I'll add some more explicit tests for this later in the evening and mark it ready for review again after that. |
I can help writing tests if you like. |
I somehow managed to close this by mistake 🙈 Anyhow, this is ready for review |
# Conflicts: # packages/envied/README.md
Supersedes #20 originally authored by @marcel-ploch
Adds option for supporting the following build.yaml
Only when BOTH
override
istrue
and thepath
is set will the generator resort to using thepath
provided in this build.yaml.