You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are already custom modules in dist/sites/myproject.com/modules/custom/module_name location which needs to be there everytime but whenever I do composer update or install it removes "dist" directory and again setup. It is not preserving the path which I have define to preserve.
The text was updated successfully, but these errors were encountered:
Can you provide your module require list. And try changing preserve paths to just the module and theme folders to preserve rather than the top level tree?
I reported an issue with meta packages and overlapping preserve paths like this
in #42 .
Thanks for checking. Your comment about adding full path of modules/themes instead of top-level tree how does it differ to the example you gave In your comment #42 (comment)
There also you have mentioned all instead of sitename but still doesn't work for you.
I'm using latest version of preserve-path i.e 0.1.6.
I have following code for my D7 project:
There are already custom modules in
dist/sites/myproject.com/modules/custom/module_name
location which needs to be there everytime but whenever I do composer update or install it removes "dist" directory and again setup. It is not preserving the path which I have define to preserve.The text was updated successfully, but these errors were encountered: