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
I have downloaded the phploy.phar from Github (there was a fatal error with league/filesystem in the composer version).
In my options, I have for example include[] = 'assets/dist'.
When I run the deploy, as it recurses through each submodule it looks for the directory and creates it, even if it does not exist in the current submodule.
This results in every submodule containing an empty directory assets/dist after deployment.
#374 This issue seems to relate to the creation of directories.
The text was updated successfully, but these errors were encountered:
I have downloaded the phploy.phar from Github (there was a fatal error with league/filesystem in the composer version).
In my options, I have for example
include[] = 'assets/dist'
.When I run the deploy, as it recurses through each submodule it looks for the directory and creates it, even if it does not exist in the current submodule.
This results in every submodule containing an empty directory
assets/dist
after deployment.#374 This issue seems to relate to the creation of directories.
The text was updated successfully, but these errors were encountered: