We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"config-plugin-output-dir": "runtime/build/config/", works well when generating files but fails when reading them (adds vendor to the path).
"config-plugin-output-dir": "runtime/build/config/",
vendor
Since that's on Windows, it may be an issue alike 341d3ad.
Linux works well.
The text was updated successfully, but these errors were encountered:
I have no windows machine to test. Could you please make PR? :)
Sorry, something went wrong.
Yes. I will check it.
Fix hiqdev#48: Adjust finding path (hiqdev#51)
5f76666
No branches or pull requests
"config-plugin-output-dir": "runtime/build/config/",
works well when generating files but fails when reading them (addsvendor
to the path).Since that's on Windows, it may be an issue alike 341d3ad.
Linux works well.
The text was updated successfully, but these errors were encountered: