-
Notifications
You must be signed in to change notification settings - Fork 156
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
Add the possibility back files to repository #30
Comments
What would be the intended scenario?
Is that right? I can see the use for that. I think it would be best to create a command based on https://github.com/magento-hackathon/composer-command-integrator since this isn't really composer installer related. |
Yes, that is right. It should be feature for developers. And the command line is what we need. |
should be not so hard to achieve. nearly all of the code of MagentoHackathon\Composer\Magento\Command\DeployCommand can get reused. Anyone a suggestion how we can do this in a semantic correct way without copy the half code of both files? Semantically not so good, but it would minimize the code which needs to get maintained. |
On which modules does that cause problems? I basically like to have everything in vendor and now where else. I install using "composer.phar --prefer-source" so I have direct access to the upstream GIT repos and can make pull requests and so on. |
add changelog entry
Symlinks are not very useful in some cases as they do not work correct with
__DIR__
and__FILE__
constants.I suggest to add possibility to do reverse copy from the project to the vendor dir.
The text was updated successfully, but these errors were encountered: