Skip to content
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

Open
turtle0x1 opened this issue Oct 23, 2019 · 4 comments
Open

installer-build-prod #28

turtle0x1 opened this issue Oct 23, 2019 · 4 comments

Comments

@turtle0x1
Copy link

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 ?

@mnsami
Copy link
Owner

mnsami commented Oct 23, 2019

@turtle0x1 can you elaborate ? what is wrong with using the installer-paths ?

@turtle0x1
Copy link
Author

I want different paths between dev & prod ?

@mnsami
Copy link
Owner

mnsami commented Oct 28, 2019

why don't you use require-dev ? @turtle0x1 , isn't it the purpose of it in first place?

but anyways, you can just use the same mechanism but with different folder name

@turtle0x1
Copy link
Author

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 /some/random/directory over application_dir/vendor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants