wordup-dev / wordup-cli

Wordup is a fully integrated development platform for WordPress. Develop plugins and themes locally. Preview in the cloud. Automatic updates in WP.
GNU General Public License v3.0
118 stars 16 forks source link

Src folder has to be empty for type "installation" #46

Open JuicyLung91 opened 3 years ago

JuicyLung91 commented 3 years ago

Since we use the type "installation" more often then the other types (because we often develop a theme and a plugin), I get the following error when I try to install my installation on a new machine: "Error: Your source folder is not empty. Projects with type "installation" need an empty source folder in order to be installed correctly."

This is kind of strange, as it was not an error in previous versions. How can I develop a theme and a plugin at the same time? Kind of related: https://github.com/wordup-dev/wordup-cli/issues/24