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

Adding new module doesn't remove not existing directories & files #135

Open
ihor-sviziev opened this issue Nov 10, 2014 · 1 comment
Open
Milestone

Comments

@ihor-sviziev
Copy link

Pre-requirements: You have installed some module wo magento composer installer (as example just unzip to magento directory) and added some files in module subfolder, as example some folder with images in skin/...

Actual result: When you try install this module via composer installer - these images are present.
Expected result: When you try install this module via composer installer - these images shouldn't be present. Should be present only files, that present in module repository

@Flyingmana Flyingmana added this to the Version 3.0.0 milestone Nov 14, 2014
@Flyingmana
Copy link
Member

Problem with solving this:
how to recognize files not belonging to the module, which should not get removed,
or files which get created from the module during the usage, like it happens to media and var

I see this problem as unresolvable, or not resolvable without manual action.

How do you think this could be solved?

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