-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
installer-build-prod #28
Comments
@turtle0x1 can you elaborate ? what is wrong with using the |
I want different paths between dev & prod ? |
why don't you use but anyways, you can just use the same mechanism but with different folder name |
For example: I have project X which is made up of 3 components (A, B & C) A, B & C are hard dependencies (not dev dependencies) but often I want to develop project X and all three components at one one time X, A, B & C each need to be in there own "git directory" so I can pull, commit & push indivually, and in project X i can use any changes made to A, B & C without having to commit & push them (and then update satis) But when it comes to production it no longer benefits me to have A, B, C to be installed in |
Hey cool library,
Unless im missing something, would you accept a PR to support an installer-build-prod option to overwrite the values in installer-build ?
I think I would need to modify here ?
composer-custom-directory-installer/src/Composer/CustomDirectoryInstaller/PackageUtils.php
Line 29 in 1ccaf2d
The text was updated successfully, but these errors were encountered: